From 8c49f552749d3532efc376006f4ec70801cf0d0d Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 30 Jun 2018 14:51:16 +0200 Subject: all themes: add a thiny border to the panel this requires https://github.com/mate-desktop/mate-panel/commit/c4aedb --- desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 1 + .../BlueMenta/gtk-3.0/mate-applications.css | 25 +++++++++++++++++++--- 2 files changed, 23 insertions(+), 3 deletions(-) (limited to 'desktop-themes/BlueMenta/gtk-3.0') diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 1447b9e8..a97e1af2 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -5554,6 +5554,7 @@ decoration.ssd, 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/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index 8bbcf302..a6c38986 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -305,9 +305,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); } /* hide buttons */ -- cgit v1.2.1