From 1bae8d6a65352d30734dc3df8cdb2333cf6bec41 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 24 May 2016 13:19:54 +0200 Subject: GTK+-3 GreenLaguna: improve GtkCalendar --- desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 24 ++++++++++++++-------- .../GreenLaguna/gtk-3.0/mate-applications.css | 6 ++++-- 2 files changed, 19 insertions(+), 11 deletions(-) (limited to 'desktop-themes/GreenLaguna') diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index bad25c44..0a998d8f 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -3330,19 +3330,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 93296124..c6afac11 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 * ****************/ @@ -778,8 +782,6 @@ EomThumbNav .button.flat:insensitive { border-color: transparent; } -/* mate-screensaver lock dialog */ - .lock-dialog { border-radius: 3px; border-style: solid; -- cgit v1.2.1