summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-05-24 09:55:23 +0200
committerraveit65 <[email protected]>2016-05-24 09:56:20 +0200
commit64ab110d9033e9d92c13790c27666d289a36fa26 (patch)
tree7667083d7cc00f8dd9c010670941a46d1fcfe4bb /desktop-themes/Menta/gtk-3.0
parent1bdaf1fee147a78f0bb09a55e41332b6e6ef075e (diff)
downloadmate-themes-64ab110d9033e9d92c13790c27666d289a36fa26.tar.bz2
mate-themes-64ab110d9033e9d92c13790c27666d289a36fa26.tar.xz
GTK+-3 Menta themes: improve GtkCalendar settings
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0')
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css15
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css14
2 files changed, 19 insertions, 10 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
index c6844e8d..895d10dd 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -4314,22 +4314,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,
@@ -4342,9 +4343,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;
}
-