diff options
author | raveit65 <[email protected]> | 2018-01-30 10:45:44 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-01-30 10:46:17 +0100 |
commit | c148e738026db42b7263cfd148839d94429d1190 (patch) | |
tree | b673f28347aaa721d03db5f3eec41da91258430e /desktop-themes/Green-Submarine | |
parent | 6481bac1f3814b8aabcd558b16b1ad9925965284 (diff) | |
download | mate-themes-c148e738026db42b7263cfd148839d94429d1190.tar.bz2 mate-themes-c148e738026db42b7263cfd148839d94429d1190.tar.xz |
Submarine themes: remove a box-shadow at engrampa toolbar
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css index 6f5aca00..b9aa0cf1 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -1465,3 +1465,11 @@ window.background.maximized.caja-navigation-window notebook.caja-notebook scroll border-right-width: 0px; } +/************ + * engrampa * + ************/ + +.engrampa-window toolbar toolitem entry:disabled { + box-shadow: none; +} + |