diff options
author | raveit65 <[email protected]> | 2016-05-24 14:08:46 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-24 14:08:46 +0200 |
commit | 7a8b7d9759803bdfbf973e73c42006209a732810 (patch) | |
tree | 6e7529235c91d84104dd3e0f54290420dcfce338 | |
parent | 6b80d4bdebaa28d04027a9cee41de48f6eedea12 (diff) | |
download | mate-themes-7a8b7d9759803bdfbf973e73c42006209a732810.tar.bz2 mate-themes-7a8b7d9759803bdfbf973e73c42006209a732810.tar.xz |
GTK+3 TOK themes: improve GtkCalendar
6 files changed, 24 insertions, 12 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index d6ea9957..eb670efb 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -2466,18 +2466,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 6d990aac..b29ea5aa 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css @@ -350,6 +350,10 @@ NaTrayApplet { color: @theme_fg_color; } +CalendarWindow#MatePanelPopupWindow { + border-radius: 3px; +} + /*********************** * Mate-Control-Center * ***********************/ @@ -553,7 +557,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 a6491f3c..b84a4579 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -2470,18 +2470,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 9bcda43f..da8c825e 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -335,6 +335,10 @@ NaTrayApplet { color: @theme_fg_color; } +CalendarWindow#MatePanelPopupWindow { + border-radius: 3px; +} + /*********************** * Mate-Control-Center * ***********************/ @@ -538,7 +542,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 78e3c7c9..c0b30fd0 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -2466,18 +2466,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 42aa099d..9484dcef 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css @@ -350,6 +350,10 @@ NaTrayApplet { color: @theme_fg_color; } +CalendarWindow#MatePanelPopupWindow { + border-radius: 3px; +} + /****************** * mate-terminal * ******************/ @@ -567,7 +571,6 @@ EomThumbNav .button.flat:insensitive { } /* mate-screensaver lock dialog */ - .lock-dialog { border-radius: 3px; border-style: solid; |