diff options
author | raveit65 <[email protected]> | 2018-01-30 10:45:44 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-01-30 10:46:27 +0100 |
commit | ffd32aa8f9bb2e04e94e04b020f58e3ad902148c (patch) | |
tree | c73f976947b328f0f62e8a2053625dd4c5e5016f /desktop-themes/Blue-Submarine/gtk-3.0 | |
parent | 0ecd8a680eb74688d9234addae92851e46e55e38 (diff) | |
download | mate-themes-ffd32aa8f9bb2e04e94e04b020f58e3ad902148c.tar.bz2 mate-themes-ffd32aa8f9bb2e04e94e04b020f58e3ad902148c.tar.xz |
Submarine themes: remove a box-shadow at engrampa toolbar
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css index 8458a223..6d78c22b 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -1451,3 +1451,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; +} + |