From 85caa35f7adcf2f17a3ef603824e9b1718f28074 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 7 Sep 2015 10:51:44 +0200 Subject: GTK3 Menta themes: style panel grip and hide buttons --- .../BlueMenta/gtk-3.0/mate-applications.css | 31 ++++++++++++++++++++++ desktop-themes/Menta/gtk-3.0/mate-applications.css | 31 ++++++++++++++++++++++ 2 files changed, 62 insertions(+) (limited to 'desktop-themes') diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index 595b1916..b613a1e1 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -368,6 +368,37 @@ PanelSeparator { text-shadow: none; } +/* panel grip */ +PanelToplevel.background.mate-custom-panel-background { + background-color: transparent; + border-radius: 2px; +/* enable for making borders visible */ +/* box-shadow: inset 0px 1px shade (@theme_bg_color, 1.0), + inset 1px 0px shade (@theme_bg_color, 1.0), + inset -1px 0px shade (@theme_bg_color, 1.0), + inset 0px -1px shade (@theme_bg_color, 1.0); */ +} + +/* hide buttons */ +PanelToplevel.background.mate-custom-panel-background .button { + background: transparent; + border-image: none; + border-radius: 2px; + border-width: 0px; + padding: 0px 4px; + box-shadow: inset 0px 1px shade (@theme_bg_color, 1.0), + inset 1px 0px shade (@theme_bg_color, 1.0), + inset -1px 0px shade (@theme_bg_color, 1.0), + inset 0px -1px shade (@theme_bg_color, 1.0); +} + +PanelToplevel.background.mate-custom-panel-background .button:hover { + box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.0), + inset 1px 0px shade (@theme_selected_bg_color, 1.0), + inset -1px 0px shade (@theme_selected_bg_color, 1.0), + inset 0px -1px shade (@theme_selected_bg_color, 1.0); +} + /* the grid left from wnckpager and wncktasklist */ MatePanelAppletFrameDBus { background-image: -gtk-scaled(url("assets/panel-grid.svg")); diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index c11849eb..7b206c3e 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -362,6 +362,37 @@ MatePanelApplet { border-width: 0; } +/* panel grip */ +PanelToplevel.background.mate-custom-panel-background { + background-color: transparent; + border-radius: 2px; +/* enable for making borders visible */ +/* box-shadow: inset 0px 1px shade (@theme_bg_color, 1.0), + inset 1px 0px shade (@theme_bg_color, 1.0), + inset -1px 0px shade (@theme_bg_color, 1.0), + inset 0px -1px shade (@theme_bg_color, 1.0); */ +} + +/* hide buttons */ +PanelToplevel.background.mate-custom-panel-background .button { + background: transparent; + border-image: none; + border-radius: 2px; + border-width: 0px; + padding: 0px 4px; + box-shadow: inset 0px 1px shade (@theme_bg_color, 1.0), + inset 1px 0px shade (@theme_bg_color, 1.0), + inset -1px 0px shade (@theme_bg_color, 1.0), + inset 0px -1px shade (@theme_bg_color, 1.0); +} + +PanelToplevel.background.mate-custom-panel-background .button:hover { + box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.0), + inset 1px 0px shade (@theme_selected_bg_color, 1.0), + inset -1px 0px shade (@theme_selected_bg_color, 1.0), + inset 0px -1px shade (@theme_selected_bg_color, 1.0); +} + MatePanelAppletFrameDBus PanelSeparator, PanelSeparator { border-width: 0; -- cgit v1.2.1