diff options
author | raveit65 <[email protected]> | 2016-05-24 09:55:23 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-24 09:56:42 +0200 |
commit | e0545977b43c71990433f6826678c6f941fa8103 (patch) | |
tree | deb2f36b49202b4119e2f7c148cbb2ebc7414a36 /desktop-themes/BlueMenta/gtk-3.0 | |
parent | bc59b55f3367f41d267fd65b735313424a132266 (diff) | |
download | mate-themes-e0545977b43c71990433f6826678c6f941fa8103.tar.bz2 mate-themes-e0545977b43c71990433f6826678c6f941fa8103.tar.xz |
GTK+-3 Menta themes: improve GtkCalendar settings
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 15 | ||||
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 13 |
2 files changed, 19 insertions, 9 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index ee4edccc..40d5e6a6 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -4047,22 +4047,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, @@ -4075,9 +4076,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 22d4b087..493f1fa5 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -688,6 +688,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 * ****************/ @@ -903,8 +914,6 @@ EomThumbNav .button.flat:insensitive { border-color: transparent; } -/* mate-screensaver lock dialog */ - .lock-dialog { border-radius: 3px; border-style: solid; |