summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-05-24 09:55:23 +0200
committerraveit65 <[email protected]>2016-05-24 09:55:23 +0200
commit8be995c0801622742489afc718b15cffe0dad27b (patch)
tree79a9d845e20769729d272992e6060ae6b77f24c5
parent32cef8336fc06f01ec5567d5586243eb856fe245 (diff)
downloadmate-themes-8be995c0801622742489afc718b15cffe0dad27b.tar.bz2
mate-themes-8be995c0801622742489afc718b15cffe0dad27b.tar.xz
GTK+-3 Menta themes: improve GtkCalendar settings
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css15
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css13
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css15
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css14
4 files changed, 38 insertions, 19 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index 6822076d..8de5adaf 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -4414,22 +4414,23 @@ GtkExpander:checked {
**************/
GtkCalendar {
- padding: 2px;
+ padding: 1px;
}
GtkCalendar.view {
border-radius: 3px;
border-style: solid;
border-width: 1px;
- padding: 2px;
+ border-color: @borders;
+ padding: 0px;
}
GtkCalendar.header {
- border-radius: 0;
+ border-radius: 3px 3px 0px 0px;
background-image: linear-gradient(to bottom,
shade(@theme_bg_color, 1.04),
shade(@theme_bg_color, 0.89));
- border-width: 0;
+ border-width: 0px;
}
GtkCalendar.button,
@@ -4442,9 +4443,9 @@ GtkCalendar.button:insensitive {
GtkCalendar.highlight {
background-color: @theme_selected_bg_color;
color: @theme_selected_fg_color;
- border-radius: 0;
- padding: 0;
- border-width: 0;
+ border-radius: 0px;
+ padding: 0px;
+ border-width: 0px;
}
/******************
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index fe6fcd3a..e87e2521 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -702,6 +702,17 @@ NaTrayApplet {
color: @theme_fg_color;
}
+CalendarWindow#MatePanelPopupWindow {
+ border-radius: 3px;
+}
+
+/* FIXME, does not work */
+CalendarWindow#MatePanelPopupWindow ClockMap {
+ border-style: solid;
+ border-width: 1px;
+ border-color: @borders;
+}
+
/****************
* Mate-Terminal *
****************/
@@ -930,8 +941,6 @@ EomThumbNav .button.flat:insensitive {
border-color: transparent;
}
-/* mate-screensaver lock dialog */
-
.lock-dialog {
border-radius: 3px;
border-style: solid;
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
index e383c343..a38f7955 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -4408,22 +4408,23 @@ GtkExpander:checked {
**************/
GtkCalendar {
- padding: 2px;
+ padding: 1px;
}
GtkCalendar.view {
border-radius: 3px;
border-style: solid;
border-width: 1px;
- padding: 2px;
+ border-color: @borders;
+ padding: 0px;
}
GtkCalendar.header {
- border-radius: 0;
+ border-radius: 3px 3px 0px 0px;
background-image: linear-gradient(to bottom,
shade(@theme_bg_color, 1.04),
shade(@theme_bg_color, 0.89));
- border-width: 0;
+ border-width: 0px;
}
GtkCalendar.button,
@@ -4436,9 +4437,9 @@ GtkCalendar.button:insensitive {
GtkCalendar.highlight {
background-color: @theme_selected_bg_color;
color: @theme_selected_fg_color;
- border-radius: 0;
- padding: 0;
- border-width: 0;
+ border-radius: 0px;
+ padding: 0px;
+ border-width: 0px;
}
/******************
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css
index e1d2248e..0843a1a9 100644
--- a/desktop-themes/Menta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css
@@ -699,6 +699,17 @@ NaTrayApplet {
color: @theme_fg_color;
}
+CalendarWindow#MatePanelPopupWindow {
+ border-radius: 3px;
+}
+
+/* FIXME, does not work */
+CalendarWindow#MatePanelPopupWindow ClockMap {
+ border-style: solid;
+ border-width: 1px;
+ border-color: @borders;
+}
+
/****************
* Mate-Terminal *
****************/
@@ -928,8 +939,6 @@ EomThumbNav .button.flat:insensitive {
border-color: transparent;
}
-/* screensaver lock-dialog */
-
.lock-dialog {
border-radius: 3px;
border-style: solid;
@@ -944,4 +953,3 @@ EomThumbNav .button.flat:insensitive {
border-style: none;
border-width: 0px;
}
-