summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalGreen/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-07-02 10:07:58 +0200
committerraveit65 <[email protected]>2017-07-02 10:10:17 +0200
commit0daf48d37a0ad9029dcb12a60fc351795bc2c133 (patch)
tree556814df57b5467cdb112d14413a410206abd714 /desktop-themes/TraditionalGreen/gtk-3.0
parent972f3b8d000f1b115ccfc0f6b3c978c6acc1adb6 (diff)
downloadmate-themes-0daf48d37a0ad9029dcb12a60fc351795bc2c133.tar.bz2
mate-themes-0daf48d37a0ad9029dcb12a60fc351795bc2c133.tar.xz
Gtk+-3.20 Most themes: setup border for clockmap in clock applet
Diffstat (limited to 'desktop-themes/TraditionalGreen/gtk-3.0')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
index 660b6fdb..99d02a2e 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalGreen/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);