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/BlackMATE/gtk-3.0/mate-applications.css | 5 +++++ desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 5 +++++ desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 8 +++----- desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css | 5 +++++ desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css | 5 +++++ desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 5 +++++ desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css | 5 +++++ desktop-themes/Menta/gtk-3.0/mate-applications.css | 8 +++----- desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css | 5 +++++ desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 5 +++++ desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css | 5 +++++ 11 files changed, 51 insertions(+), 10 deletions(-) diff --git a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css index 70f9b7ea..5a943b5c 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css @@ -687,6 +687,11 @@ NaTrayApplet { margin: 0px; } +/* Weird, this sets the border color of the clockmap */ +#MatePanelPopupWindow > .frame > GtkBox > GtkBox > GtkBox > ClockMap { + color: @less_dark_color; +} + /********* * Pluma * *********/ diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css index 6b058458..72260c71 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -1141,6 +1141,11 @@ CalendarWindow#MatePanelPopupWindow .frame GtkExpander:checked:hover { 0px -1px shade (@menu_bg_dark_color, 1.0); } +/* Weird, this sets the border color of the clockmap */ +#MatePanelPopupWindow > .frame > GtkBox > GtkBox > GtkBox > ClockMap { + color: shade(@theme_selected_bg_color, 1.5); +} + /**************** * Mate-terminal * ****************/ diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index 7e349775..36162acd 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -616,11 +616,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; } /**************** diff --git a/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css b/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css index c0da3a3a..87e64e53 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css @@ -296,6 +296,11 @@ NaTrayApplet { margin: 0px; } +/* Weird, this sets the border color of the clockmap */ +#MatePanelPopupWindow > .frame > GtkBox > GtkBox > GtkBox > ClockMap { + color: @theme_border_color; +} + /**************** * Mate-Terminal * ****************/ diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css index fd5d34bf..e846fb32 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css @@ -294,6 +294,11 @@ NaTrayApplet { margin: 0px; } +/* Weird, this sets the border color of the clockmap */ +#MatePanelPopupWindow > .frame > GtkBox > GtkBox > GtkBox > ClockMap { + color: @theme_border_color; +} + /**************** * Pluma * ****************/ diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css index 7572e231..d2ab4750 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -1142,6 +1142,11 @@ CalendarWindow#MatePanelPopupWindow .frame GtkExpander:checked:hover { 0px -1px shade (@menu_bg_dark_color, 1.0); } +/* Weird, this sets the border color of the clockmap */ +#MatePanelPopupWindow > .frame > GtkBox > GtkBox > GtkBox > ClockMap { + color: shade(@theme_selected_bg_color, 1.5); +} + /**************** * Mate-terminal * ****************/ diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css index 43e180d6..2858a9bb 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css @@ -578,6 +578,11 @@ CalendarWindow#MatePanelPopupWindow { border-radius: 3px; } +/* Weird, this sets the border color of the clockmap */ +#MatePanelPopupWindow > .frame > GtkBox > GtkBox > GtkBox > ClockMap { + color: @notebook_border; +} + /**************** * Mate-Terminal * ****************/ 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; } /**************** diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css index 9be85aa1..afd19fca 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalGreen/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-Control-Center * ***********************/ diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index 6e45b94c..a4f4f52a 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -338,6 +338,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-Control-Center * ***********************/ 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