diff options
author | raveit65 <[email protected]> | 2015-07-25 21:40:12 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-07-25 21:41:53 +0200 |
commit | 44e3e11f0489d5eed5cb70b5712e42b97cd97cb4 (patch) | |
tree | 4215fa07b9586bc4a1368ed46021e8c9905d8c51 /desktop-themes/TraditionalOkTest/gtk-3.0 | |
parent | 2d00fd9e920dfad6f4fba3ce9ea5a71e02d125ef (diff) | |
download | mate-themes-44e3e11f0489d5eed5cb70b5712e42b97cd97cb4.tar.bz2 mate-themes-44e3e11f0489d5eed5cb70b5712e42b97cd97cb4.tar.xz |
Traditional themes GTK3: some adjustments for engrampa
Diffstat (limited to 'desktop-themes/TraditionalOkTest/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css index 518e344b..f14dc2b6 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css @@ -405,3 +405,17 @@ PlumaFileBrowserWidget.vertical .toolbar.horizontal .button.flat.image-button { background-color: transparent; } +/************ + * Engrampa * + ************/ + +FrWindow .horizontal.toolbar .button.flat.image-button:insensitive { + background-image: none; +} + +/* close button sidebar */ +FrWindow GtkTable .horizontal .vertical .frame .horizontal .flat.button { + border-radius: 4px; + padding: 0px; +} + |