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/Menta/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/Menta/gtk-3.0')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 15 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/mate-applications.css | 14 |
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 38a59597..6948ab81 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -4056,22 +4056,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, @@ -4084,9 +4085,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 661e106e..429c17da 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -685,6 +685,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 * ****************/ @@ -901,8 +912,6 @@ EomThumbNav .button.flat:insensitive { border-color: transparent; } -/* screensaver lock-dialog */ - .lock-dialog { border-radius: 3px; border-style: solid; @@ -917,4 +926,3 @@ EomThumbNav .button.flat:insensitive { border-style: none; border-width: 0px; } - |