diff options
author | raveit65 <[email protected]> | 2016-05-24 14:08:46 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-24 14:09:26 +0200 |
commit | a817469624f56a9a289e5f36c030c7fd5dabb2bb (patch) | |
tree | eaab66bce4b21baf892f562978ac1ec24a5563cb /desktop-themes/TraditionalOk | |
parent | 1bae8d6a65352d30734dc3df8cdb2333cf6bec41 (diff) | |
download | mate-themes-a817469624f56a9a289e5f36c030c7fd5dabb2bb.tar.bz2 mate-themes-a817469624f56a9a289e5f36c030c7fd5dabb2bb.tar.xz |
GTK+3 TOK themes: improve GtkCalendar
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 7 | ||||
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 2ca085a7..babdf89d 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -2367,18 +2367,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 256c3207..2b8b41a6 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -321,6 +321,10 @@ NaTrayApplet { color: @theme_fg_color; } +CalendarWindow#MatePanelPopupWindow { + border-radius: 3px; +} + /*********************** * Mate-Control-Center * ***********************/ @@ -524,7 +528,6 @@ EomThumbNav .button.flat:insensitive { } /* mate-screensaver lock dialog */ - .lock-dialog { border-radius: 3px; border-style: solid; |