summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-07-12 17:45:23 +0200
committerraveit65 <[email protected]>2017-07-12 17:45:23 +0200
commitdb572e192ce459b95552ab28f32eb52b76ce3ead (patch)
treeffb368693cf2559f3a254f0d87f59315b1df7025
parentf10effec0884aaea5a23ffd937e5d4575c7b1a04 (diff)
downloadmate-themes-db572e192ce459b95552ab28f32eb52b76ce3ead.tar.bz2
mate-themes-db572e192ce459b95552ab28f32eb52b76ce3ead.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 06ac032c..5b8e9e8d 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 a6c3f4a2..9421c456 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 1ff69b5c..d5e4e7cf 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -602,11 +602,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 fb8ff8c9..dbe8b989 100644
--- a/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css
+++ b/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css
@@ -291,6 +291,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 7945b809..7f09675d 100644
--- a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css
+++ b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css
@@ -289,6 +289,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 c69a7deb..c806d461 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 7bdb8619..917d712f 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 68ffeb40..62e5f9d4 100644
--- a/desktop-themes/Menta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css
@@ -599,11 +599,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 80bbd465..093e1331 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
@@ -304,6 +304,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 9f1b7aac..5e4695c7 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
@@ -305,6 +305,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 6d0954a5..70ce09e0 100644
--- a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css
@@ -334,6 +334,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 *
******************/