From c2160e683cb4d4e340ea184bb4fcbe688de73756 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 12 Jul 2017 17:45:23 +0200 Subject: Gtk+-3 all themes: setup border for clockmap in clock applet --- desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'desktop-themes/TraditionalOkTest/gtk-3.0') diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css index de86670e..d344c540 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css @@ -353,6 +353,11 @@ CalendarWindow#MatePanelPopupWindow { border-radius: 3px; } +/* Weird, this sets the border color of the clockmap */ +#MatePanelPopupWindow > .frame > GtkBox > GtkBox > GtkBox > ClockMap { + color: @border_color; +} + /****************** * mate-terminal * ******************/ -- cgit v1.2.1