diff options
author | raveit65 <[email protected]> | 2017-07-12 17:45:23 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-07-12 17:45:49 +0200 |
commit | ac9d404056ad74ecbe68793cd4bd084d05441d5d (patch) | |
tree | 40e529d23830abf5416f6ce7b4df09197a296059 /desktop-themes/Green-Submarine/gtk-3.0 | |
parent | efd08ef890871bc4d2bf6f1ea1d9db33f0f43226 (diff) | |
download | mate-themes-ac9d404056ad74ecbe68793cd4bd084d05441d5d.tar.bz2 mate-themes-ac9d404056ad74ecbe68793cd4bd084d05441d5d.tar.xz |
Gtk+-3 all themes: setup border for clockmap in clock applet
Diffstat (limited to 'desktop-themes/Green-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css index b948337f..f75d1278 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -1110,6 +1110,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 * ****************/ |