summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalGreen
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-07-02 10:07:58 +0200
committerraveit65 <[email protected]>2017-07-02 10:08:30 +0200
commitc472d3647f099a345cbe7e3bfb11fe9da457b9be (patch)
tree4a96b410a2f7e381057ffa91bedb1a349345ae3c /desktop-themes/TraditionalGreen
parent324d2bbfb0f0e94055a8359512a329a374224a55 (diff)
downloadmate-themes-c472d3647f099a345cbe7e3bfb11fe9da457b9be.tar.bz2
mate-themes-c472d3647f099a345cbe7e3bfb11fe9da457b9be.tar.xz
Gtk+-3.20 Most themes: setup border for clockmap in clock applet
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-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 6db6a814..c4830dfd 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);