diff options
author | raveit65 <[email protected]> | 2017-07-12 17:45:23 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-07-12 17:46:06 +0200 |
commit | c2160e683cb4d4e340ea184bb4fcbe688de73756 (patch) | |
tree | 805e9ecb4ecc0cd3723b78ce3ab6c65249603d78 /desktop-themes/ContrastHigh | |
parent | 9359ecda511363f4838d27121d5ace92bedf9ba0 (diff) | |
download | mate-themes-c2160e683cb4d4e340ea184bb4fcbe688de73756.tar.bz2 mate-themes-c2160e683cb4d4e340ea184bb4fcbe688de73756.tar.xz |
Gtk+-3 all themes: setup border for clockmap in clock applet
Diffstat (limited to 'desktop-themes/ContrastHigh')
-rw-r--r-- | desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css b/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css index c0da3a3a..87e64e53 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css @@ -296,6 +296,11 @@ NaTrayApplet { margin: 0px; } +/* Weird, this sets the border color of the clockmap */ +#MatePanelPopupWindow > .frame > GtkBox > GtkBox > GtkBox > ClockMap { + color: @theme_border_color; +} + /**************** * Mate-Terminal * ****************/ |