diff options
author | raveit65 <[email protected]> | 2017-07-12 17:45:23 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-07-12 17:45:23 +0200 |
commit | db572e192ce459b95552ab28f32eb52b76ce3ead (patch) | |
tree | ffb368693cf2559f3a254f0d87f59315b1df7025 /desktop-themes/ContrastHigh | |
parent | f10effec0884aaea5a23ffd937e5d4575c7b1a04 (diff) | |
download | mate-themes-db572e192ce459b95552ab28f32eb52b76ce3ead.tar.bz2 mate-themes-db572e192ce459b95552ab28f32eb52b76ce3ead.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 fb8ff8c9..dbe8b989 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css @@ -291,6 +291,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 * ****************/ |