diff options
author | raveit65 <[email protected]> | 2016-04-13 19:03:52 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-04-13 19:03:52 +0200 |
commit | 9a122cf965317db1fdc4d430b78052f1b5f7e072 (patch) | |
tree | 8fa062531738a3b9b3845de2976b5625b699cf80 /desktop-themes/TraditionalGreen | |
parent | 00b1377e81a443acc302d3ad255bea61278d3b26 (diff) | |
download | mate-themes-9a122cf965317db1fdc4d430b78052f1b5f7e072.tar.bz2 mate-themes-9a122cf965317db1fdc4d430b78052f1b5f7e072.tar.xz |
GTK+-3.20 TOK themes: some corrections for scrolledwindow and primary-toolbar button
Diffstat (limited to 'desktop-themes/TraditionalGreen')
3 files changed, 7 insertions, 2 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets-img.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets-img.css index 0e503098..7ddb171b 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets-img.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets-img.css @@ -393,6 +393,7 @@ button.flat:hover, .titlebar button.titlebutton:hover, toolbar.primary-toolbar button:checked, .titlebar button.titlebutton:hover, +toolbar.primary-toolbar .raised button, toolbar.primary-toolbar button.raised, toolbar.primary-toolbar .linked button.raised, toolbar.primary-toolbar .linked button.raised:hover, diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index 56c9dd21..a922cedc 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -793,8 +793,8 @@ frame.flat { border-style:none; } -filechooser .sidebar, -filechooser scrolledwindow, +.sidebar, +scrolledwindow, scrolledwindow.frame { border-style: solid; border-color: @border_color; diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css index a28dcef4..6a866d9f 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css @@ -42,3 +42,7 @@ margin: 0px 1px; } +.nemo-window toolbar.primary-toolbar { + border-width: 1px 1px 0px 1px; +} + |