diff options
author | raveit65 <[email protected]> | 2015-07-25 21:40:12 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-07-25 21:40:12 +0200 |
commit | e36bc69454414ee2abd1a1e0307c2241a66c9638 (patch) | |
tree | 9c111567f497e6bab9fce4583fc0ec35121a00dd /desktop-themes/TraditionalOk | |
parent | f215383ca6921051dd97932080e7dfdef81ecb1e (diff) | |
download | mate-themes-e36bc69454414ee2abd1a1e0307c2241a66c9638.tar.bz2 mate-themes-e36bc69454414ee2abd1a1e0307c2241a66c9638.tar.xz |
Traditional themes GTK3: some adjustments for engrampa
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index 71c2d0a2..c3c79e09 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -388,3 +388,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; +} + |