diff options
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css index 6b058458..72260c71 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -1141,6 +1141,11 @@ CalendarWindow#MatePanelPopupWindow .frame GtkExpander:checked:hover { 0px -1px shade (@menu_bg_dark_color, 1.0); } +/* Weird, this sets the border color of the clockmap */ +#MatePanelPopupWindow > .frame > GtkBox > GtkBox > GtkBox > ClockMap { + color: shade(@theme_selected_bg_color, 1.5); +} + /**************** * Mate-terminal * ****************/ |