summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-06-30 14:51:16 +0200
committerZenWalker <[email protected]>2018-07-05 19:27:10 +0200
commit8c49f552749d3532efc376006f4ec70801cf0d0d (patch)
tree8396e3fb3051f5a6c66fc283cfec80755e8d2bbf /desktop-themes/GreenLaguna
parent4c8c80181cc77146cee4aea9003183c8d3f54710 (diff)
downloadmate-themes-8c49f552749d3532efc376006f4ec70801cf0d0d.tar.bz2
mate-themes-8c49f552749d3532efc376006f4ec70801cf0d0d.tar.xz
all themes: add a thiny border to the panel
this requires https://github.com/mate-desktop/mate-panel/commit/c4aedb
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css1
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css25
2 files changed, 23 insertions, 3 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
index 61ca028f..f60301a5 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
@@ -3531,6 +3531,7 @@ decoration:backdrop {
box-shadow: none;
}
+/* workaround to avoid unwanted black frames if switching compositor on/off */
.csd.popup decoration {
border-radius: 0;
box-shadow: none;
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
index 89a3a767..67e5094a 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
@@ -200,9 +200,28 @@ PanelToplevel.background {
text-shadow: none;
}
-/* workaround to avoid unwanted black frames if switching compositor on/off */
-.mate-panel-menu-bar .csd.popup decoration {
- box-shadow: none;
+PanelToplevel.horizontal.top > grid {
+ border-style: outset;
+ border-width: 0px 0px 1px 0px;
+ border-color: rgba(0, 0, 0, 0.23);
+}
+
+PanelToplevel.horizontal.bottom > grid {
+ border-style: outset;
+ border-width: 1px 0px 0px 0px;
+ border-color: rgba(0, 0, 0, 0.23);
+}
+
+PanelToplevel.vertical.left > grid {
+ border-style: outset;
+ border-width: 0px 1px 0px 0px;
+ border-color: rgba(0, 0, 0, 0.23);
+}
+
+PanelToplevel.vertical.right > grid {
+ border-style: outset;
+ border-width: 0px 0px 0px 1px;
+ border-color: rgba(0, 0, 0, 0.23);
}
/* panel grip */