summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-07-12 17:45:23 +0200
committerraveit65 <[email protected]>2017-07-12 17:45:49 +0200
commitac9d404056ad74ecbe68793cd4bd084d05441d5d (patch)
tree40e529d23830abf5416f6ce7b4df09197a296059
parentefd08ef890871bc4d2bf6f1ea1d9db33f0f43226 (diff)
downloadmate-themes-ac9d404056ad74ecbe68793cd4bd084d05441d5d.tar.bz2
mate-themes-ac9d404056ad74ecbe68793cd4bd084d05441d5d.tar.xz
Gtk+-3 all themes: setup border for clockmap in clock applet
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/mate-applications.css5
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css5
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css8
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css5
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css5
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css5
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css5
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css8
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css5
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css5
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css5
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 a06d4eb7..2e52710a 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
@@ -696,6 +696,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 03820309..734b2c4e 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
@@ -1109,6 +1109,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 b948337f..f75d1278 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
@@ -1110,6 +1110,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 fe660b07..4626de5a 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
@@ -577,6 +577,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 70531bda..f0a765e1 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
@@ -323,6 +323,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 c6049fa3..08bf38cc 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
@@ -324,6 +324,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 *
******************/