summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-01-30 10:45:44 +0100
committerraveit65 <[email protected]>2018-01-30 10:45:44 +0100
commit8a4e8a03a91821cc11863eaec9150977ac6c0d53 (patch)
tree28eeb208abd33758843dc7f6053adbee83ead7d8 /desktop-themes
parent789bedff55dac19b98d62d5c63dc956a2cbbe76d (diff)
downloadmate-themes-8a4e8a03a91821cc11863eaec9150977ac6c0d53.tar.bz2
mate-themes-8a4e8a03a91821cc11863eaec9150977ac6c0d53.tar.xz
Submarine themes: remove a box-shadow at engrampa toolbar
Diffstat (limited to 'desktop-themes')
-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;
+}
+