From c91a2c2c414e6a3d19def5a4249e6fedbc4004e5 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 24 May 2016 14:08:46 +0200 Subject: GTK+3 TOK themes: improve GtkCalendar --- desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 7 ++++--- desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css | 5 ++++- desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 7 ++++--- desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 5 ++++- desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css | 7 ++++--- desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css | 5 ++++- 6 files changed, 24 insertions(+), 12 deletions(-) (limited to 'desktop-themes') diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index a257c9a9..a7c891e8 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -2187,18 +2187,19 @@ row:selected:focus, /* Calendars */ GtkCalendar { - padding: 2px; + padding: 1px; } GtkCalendar.view { border-radius: 3px; border-style: solid; border-width: 1px; - padding: 2px; + border-color: @border_color; + padding: 0px; } GtkCalendar.header { - border-radius: 0; + border-radius: 3px 3px 0px 0px; background-image: -gtk-gradient (linear, left top, left bottom, diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css index 298b49d4..25fea4c4 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css @@ -301,6 +301,10 @@ NaTrayApplet { color: @theme_fg_color; } +CalendarWindow#MatePanelPopupWindow { + border-radius: 3px; +} + /*********************** * Mate-Control-Center * ***********************/ @@ -504,7 +508,6 @@ EomThumbNav .button.flat:insensitive { } /* mate-screensaver lock dialog */ - .lock-dialog { border-radius: 3px; border-style: solid; diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 6468dd19..05ebdabf 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -2191,18 +2191,19 @@ row:selected:focus, /* Calendars */ GtkCalendar { - padding: 2px; + padding: 1px; } GtkCalendar.view { border-radius: 3px; border-style: solid; border-width: 1px; - padding: 2px; + border-color: @border_color; + padding: 0px; } GtkCalendar.header { - border-radius: 0; + border-radius: 3px 3px 0px 0px; background-image: -gtk-gradient (linear, left top, left bottom, diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index c037ddcc..6bedcf60 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -302,6 +302,10 @@ NaTrayApplet { color: @theme_fg_color; } +CalendarWindow#MatePanelPopupWindow { + border-radius: 3px; +} + /*********************** * Mate-Control-Center * ***********************/ @@ -505,7 +509,6 @@ EomThumbNav .button.flat:insensitive { } /* mate-screensaver lock dialog */ - .lock-dialog { border-radius: 3px; border-style: solid; diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css index a7ec12ed..5b97c36b 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -2187,18 +2187,19 @@ row:selected:focus, /* Calendars */ GtkCalendar { - padding: 2px; + padding: 1px; } GtkCalendar.view { border-radius: 3px; border-style: solid; border-width: 1px; - padding: 2px; + border-color: @border_color; + padding: 0px; } GtkCalendar.header { - border-radius: 0; + border-radius: 3px 3px 0px 0px; background-image: -gtk-gradient (linear, left top, left bottom, diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css index 5154628d..5b6a6f3f 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css @@ -331,6 +331,10 @@ NaTrayApplet { color: @theme_fg_color; } +CalendarWindow#MatePanelPopupWindow { + border-radius: 3px; +} + /****************** * mate-terminal * ******************/ @@ -548,7 +552,6 @@ EomThumbNav .button.flat:insensitive { } /* mate-screensaver lock dialog */ - .lock-dialog { border-radius: 3px; border-style: solid; -- cgit v1.2.1