Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion data/theme/cinnamon-sass/widgets/_calendar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@
&-today-home-button,
&-today-home-button-enabled {
margin-left: $base_padding * 2;
padding: $base_padding + 2 $base_padding * 2;
border-radius: $base_border_radius;

&:hover {}
&:hover {
background-color: $lighter_bg_color;
}
}

// the large date labels at the top
Expand Down
2 changes: 1 addition & 1 deletion data/theme/cinnamon-sass/widgets/_menus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $menuitem_border_radius: $base_border_radius * 1;
.menu {
min-width: 15em;
color: $fg_color;
margin: 6px;
padding: 6px;
}

// popup content
Expand Down
Loading