diff options
author | raveit65 <[email protected]> | 2016-05-24 13:19:54 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-24 13:19:54 +0200 |
commit | 6b80d4bdebaa28d04027a9cee41de48f6eedea12 (patch) | |
tree | d0e2a5ed744a87fc43479a6abb49eeb3e718c305 | |
parent | d213b0732185e3e180e30f2bd4e72dcf1aaf2ea1 (diff) | |
download | mate-themes-6b80d4bdebaa28d04027a9cee41de48f6eedea12.tar.bz2 mate-themes-6b80d4bdebaa28d04027a9cee41de48f6eedea12.tar.xz |
GTK+-3 GreenLaguna: improve GtkCalendar
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 24 | ||||
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css | 6 |
2 files changed, 19 insertions, 11 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 23a0681d..4b737233 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -3409,19 +3409,25 @@ GtkCalendar.header .app-notification.frame .titlebutton.button { /************* * Calendars * *************/ + +GtkCalendar { + padding: 1px; +} + GtkCalendar.view { - border-radius: 3px; - border-style: solid; - border-width: 1px; - padding: 2px; + border-radius: 3px; + border-style: solid; + border-width: 1px; + border-color: @notebook_border; + padding: 0px; } GtkCalendar.header { - border-radius: 0px; - background-image: linear-gradient(to bottom, - shade(@theme_bg_color, 1.1), - shade(@theme_bg_color, 0.86)); - border-width: 1px; + border-radius: 3px 3px 0px 0px; + background-image: linear-gradient(to bottom, + shade(@theme_bg_color, 1.1), + shade(@theme_bg_color, 0.86)); + border-width: 0px; } GtkCalendar.button { diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css index 90bf1d0c..c468a19d 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css @@ -575,6 +575,10 @@ MatePanelApplet .horizontal .vertical .frame { } +CalendarWindow#MatePanelPopupWindow { + border-radius: 3px; +} + /**************** * Mate-Terminal * ****************/ @@ -779,8 +783,6 @@ EomThumbNav .button.flat:insensitive { border-color: transparent; } -/* mate-screensaver lock dialog */ - .lock-dialog { border-radius: 3px; border-style: solid; |