summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-01-30 10:45:44 +0100
committerraveit65 <[email protected]>2018-01-30 10:46:27 +0100
commitffd32aa8f9bb2e04e94e04b020f58e3ad902148c (patch)
treec73f976947b328f0f62e8a2053625dd4c5e5016f
parent0ecd8a680eb74688d9234addae92851e46e55e38 (diff)
downloadmate-themes-ffd32aa8f9bb2e04e94e04b020f58e3ad902148c.tar.bz2
mate-themes-ffd32aa8f9bb2e04e94e04b020f58e3ad902148c.tar.xz
Submarine themes: remove a box-shadow at engrampa toolbar
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css8
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css8
2 files changed, 16 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;
+}
+
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;
+}
+