Skip to content

Commit 9909cec

Browse files
megaxkhurshid-alam
authored andcommitted
[GTK 3.20] Fixed unity-panel calendar color.
1 parent 27b4ce7 commit 9909cec

1 file changed

Lines changed: 21 additions & 5 deletions

File tree

gtk-3.20/scss/widgets/_menu.scss

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,29 @@
114114
}
115115

116116
calendar {
117-
&:indeterminate { color: mix($menu_fg_color, $menu_bg_color, .5); }
117+
color: $menu_fg_color;
118118

119-
.button {
120-
border-style: none;
121-
background-color: transparent;
122-
background-image: none;
119+
&.header {
120+
border-bottom: 1px solid shade($menu_bg_color, ($contrast + .1));
121+
border-radius: 0;
122+
123+
&:backdrop { border-color: shade($menu_bg_color, ($contrast + .1)); }
124+
}
125+
126+
&.button {
127+
@extend %undecorated_button;
128+
129+
color: alpha($menu_fg_color, .55);
130+
131+
&:hover {
132+
@extend %undecorated_button;
133+
134+
color: $menu_fg_color;
135+
}
123136
}
137+
138+
&:indeterminate,
139+
&:indeterminate:backdrop { color: mix($menu_fg_color, $menu_bg_color, .5); }
124140
}
125141
}
126142

0 commit comments

Comments
 (0)