From 7621a98dccb670bddf9665ad23149ef4257006c1 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/BlackMATE/gtk-3.0/gtk-widgets.css | 1 + .../BlackMATE/gtk-3.0/mate-applications.css | 31 +++++++++++++++++----- 2 files changed, 25 insertions(+), 7 deletions(-) (limited to 'desktop-themes/BlackMATE/gtk-3.0') diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index dfc1bc5b..b90a7d06 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -3241,6 +3241,7 @@ headerbar.titlebar button.image-button.titlebutton:hover:backdrop { padding: 0px; } +/* 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/BlackMATE/gtk-3.0/mate-applications.css b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css index fef59d0e..29366cdc 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css @@ -247,6 +247,30 @@ text-shadow: none; } +PanelToplevel.horizontal.top > grid { + border-style: outset; + border-width: 0px 0px 1px 0px; + border-color: rgba(102, 102, 102, 0.33); +} + +PanelToplevel.horizontal.bottom > grid { + border-style: outset; + border-width: 1px 0px 0px 0px; + border-color: rgba(102, 102, 102, 0.33); +} + +PanelToplevel.vertical.left > grid { + border-style: outset; + border-width: 0px 1px 0px 0px; + border-color: rgba(102, 102, 102, 0.33); +} + +PanelToplevel.vertical.right > grid { + border-style: outset; + border-width: 0px 0px 0px 1px; + border-color: rgba(102, 102, 102, 0.33); +} + /*stop panel from being spaced above bottom of screen, stop failure of cpufreq-appet to show all labels*/ @@ -262,13 +286,6 @@ padding: 6px; } - -/* workaround to avoid unwanted black frames if switching compositor on/off */ -.mate-panel-menu-bar .window-frame.csd.popup { - box-shadow: none; -} - - .mate-panel-menu-bar menubar, .mate-panel-menu-bar menubar menuitem, .mate-panel-menu-bar togglebutton { -- cgit v1.2.1