[GTK 3.20] Fixed unity-panel calendar color.
parent
27b4ce7f52
commit
9909cecf26
|
@ -114,13 +114,29 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
calendar {
|
calendar {
|
||||||
&:indeterminate { color: mix($menu_fg_color, $menu_bg_color, .5); }
|
color: $menu_fg_color;
|
||||||
|
|
||||||
.button {
|
&.header {
|
||||||
border-style: none;
|
border-bottom: 1px solid shade($menu_bg_color, ($contrast + .1));
|
||||||
background-color: transparent;
|
border-radius: 0;
|
||||||
background-image: none;
|
|
||||||
|
&:backdrop { border-color: shade($menu_bg_color, ($contrast + .1)); }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.button {
|
||||||
|
@extend %undecorated_button;
|
||||||
|
|
||||||
|
color: alpha($menu_fg_color, .55);
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
@extend %undecorated_button;
|
||||||
|
|
||||||
|
color: $menu_fg_color;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&:indeterminate,
|
||||||
|
&:indeterminate:backdrop { color: mix($menu_fg_color, $menu_bg_color, .5); }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue