From 8a4e8a03a91821cc11863eaec9150977ac6c0d53 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 30 Jan 2018 10:45:44 +0100 Subject: Submarine themes: remove a box-shadow at engrampa toolbar --- desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 8 ++++++++ desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 8 ++++++++ 2 files changed, 16 insertions(+) (limited to 'desktop-themes') 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; +} + 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; +} + -- cgit v1.2.1