diff options
author | raveit65 <[email protected]> | 2017-07-02 10:07:58 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-07-02 10:09:56 +0200 |
commit | 8da9b023510d801c04590d3d4325eddd9202b8fb (patch) | |
tree | 6d0a8bffd7de610a5aad24f9047b0d9ceec61ea1 /desktop-themes/TraditionalOk/gtk-3.0 | |
parent | ba8298d2bb8231a2c7c9957c874028f7253795cc (diff) | |
download | mate-themes-8da9b023510d801c04590d3d4325eddd9202b8fb.tar.bz2 mate-themes-8da9b023510d801c04590d3d4325eddd9202b8fb.tar.xz |
Gtk+-3.20 Most themes: setup border for clockmap in clock applet
Diffstat (limited to 'desktop-themes/TraditionalOk/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index 322a46fa..99e11203 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -290,6 +290,11 @@ PanelApplet.wnck-applet .wnck-pager { border-style: none; } +/* Weird, this sets the border color of the clockmap */ +#MatePanelPopupWindow > frame > box > box > box > widget { + color: @border_color; +} + PanelApplet.wnck-applet .wnck-pager { background-image: none; color: shade (@theme_selected_bg_color, 1.30); |