summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-07-12 17:45:23 +0200
committerraveit65 <[email protected]>2017-07-12 17:46:06 +0200
commitc2160e683cb4d4e340ea184bb4fcbe688de73756 (patch)
tree805e9ecb4ecc0cd3723b78ce3ab6c65249603d78 /desktop-themes/Menta/gtk-3.0
parent9359ecda511363f4838d27121d5ace92bedf9ba0 (diff)
downloadmate-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/Menta/gtk-3.0')
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css8
1 files changed, 3 insertions, 5 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css
index 3f41b81d..a0cfef13 100644
--- a/desktop-themes/Menta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css
@@ -613,11 +613,9 @@ CalendarWindow#MatePanelPopupWindow {
border-radius: 3px;
}
-/* FIXME, does not work */
-CalendarWindow#MatePanelPopupWindow ClockMap {
- border-style: solid;
- border-width: 1px;
- border-color: @borders;
+/* Weird, this sets the border color of the clockmap */
+#MatePanelPopupWindow > .frame > GtkBox > GtkBox > GtkBox > ClockMap {
+ color: @borders;
}
/****************