diff options
author | raveit65 <[email protected]> | 2016-05-24 14:08:46 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-24 14:09:40 +0200 |
commit | c91a2c2c414e6a3d19def5a4249e6fedbc4004e5 (patch) | |
tree | 1eb59f584accc87b7b45dea0c4a53581418d993c /desktop-themes/TraditionalOk | |
parent | 0f2bcabd2f53f82e7a02d0cc06b5f44869d5383e (diff) | |
download | mate-themes-c91a2c2c414e6a3d19def5a4249e6fedbc4004e5.tar.bz2 mate-themes-c91a2c2c414e6a3d19def5a4249e6fedbc4004e5.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 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; |