diff options
author | raveit65 <[email protected]> | 2016-05-24 13:19:54 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-24 13:20:32 +0200 |
commit | 0f2bcabd2f53f82e7a02d0cc06b5f44869d5383e (patch) | |
tree | 96078732e6be9e9ed62371349a46d40c3c9ad5c9 /desktop-themes | |
parent | ae51e345addf57021cd988a136f4d30df29c282c (diff) | |
download | mate-themes-0f2bcabd2f53f82e7a02d0cc06b5f44869d5383e.tar.bz2 mate-themes-0f2bcabd2f53f82e7a02d0cc06b5f44869d5383e.tar.xz |
GTK+-3 GreenLaguna: improve GtkCalendar
Diffstat (limited to 'desktop-themes')
-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 ade34d63..4a9e89c2 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -3102,19 +3102,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 d815f1ba..f5f5f9f9 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css @@ -574,6 +574,10 @@ MatePanelApplet .horizontal .vertical .frame { } +CalendarWindow#MatePanelPopupWindow { + border-radius: 3px; +} + /**************** * Mate-Terminal * ****************/ @@ -696,8 +700,6 @@ EomThumbNav .button.flat:insensitive { border-color: transparent; } -/* mate-screensaver lock dialog */ - .lock-dialog { border-radius: 3px; border-style: solid; |