From 53a76f6e3d56339445d48e8276cef97abfbd6093 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 11 May 2014 21:44:43 +0200 Subject: Menta GTK3: create WnckTasklist style --- desktop-themes/Menta/gtk-3.0/mate-applications.css | 55 +++++++++++++--------- 1 file changed, 34 insertions(+), 21 deletions(-) (limited to 'desktop-themes') diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index 687276dc..7bad0bd6 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -190,7 +190,8 @@ CajaQueryEditor .button { MatePanelApplet > GtkMenuBar.menubar, PanelToplevel, PanelWidget, -MatePanelAppletFrame, +MatePanelAppletFrameDBus, +MatePanelAppletFrame MatePanelApplet, .mate-panel { background-image: none; @@ -223,7 +224,8 @@ PanelMenuBar.menubar.menuitem, text-shadow: none; } -MatePanelAppletFrame { +MatePanelAppletFrame, +MatePanelAppletFrameDBus { background-color: @color; background-image: none; border-width: 0; @@ -233,13 +235,16 @@ MatePanelAppletFrame { MatePanelApplet .button, WnckTasklist .button, .mate-panel .button { - background-image: none; - border-color: @transparent; - border-radius: 0; - border-width: 0 1px 0 1px; - color: @theme_fg_color; - text-shadow: none; - padding: 2px; + background-image: linear-gradient(to bottom, + shade @theme_bg_color, + shade (@theme_bg_color, 0.96)); + background-color: @theme_base_color; + color: @theme_text_color; + + border-image: none; + border-style: none; + border-width: 0; + -GtkWidget-window-dragging: true; } MatePanelApplet .button:prelight:active, @@ -248,23 +253,31 @@ WnckTasklist .button:prelight:active, WnckTasklist .button:active, .mate-panel .button:prelight:active, .mate-panel .button:active { - background-image: none; - border-color: shade (@theme_bg_color, 0.78); - border-radius: 0; - border-width: 0 1px 0 1px; - text-shadow: none; - padding: 2px; + background-image: linear-gradient(to bottom, + shade (@theme_selected_bg_color, 0.86), + shade (@theme_selected_bg_color, 0.26)); + background-color: @theme_base_color; + color: shade (@theme_selected_fg_color, 1.00); + + border-image: none; + border-style: none; + border-width: 0; + -GtkWidget-window-dragging: true; } MatePanelApplet .button:prelight, WnckTasklist .button:prelight, .mate-panel .button:prelight { - background-image: none; - border-color: @transparent; - border-radius: 0; - border-width: 0 1px 0 1px; - text-shadow: none; - padding: 2px; + background-image: linear-gradient(to bottom, + @theme_bg_color, + shade (@theme_selected_bg_color, 0.86)); + background-color: @theme_base_color; + color: shade (@theme_text_color, 1.0); + + border-image: none; + border-style: none; + border-width: 0; + -GtkWidget-window-dragging: true; } ClockBox, -- cgit v1.2.1