From 803fa88d08aca328b01ff15507a037ee79dfaf0a Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 15 Dec 2014 03:55:45 +0100 Subject: BlackMate GTK3 forgotten commit --- desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'desktop-themes/BlackMATE') diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index 576f4dcc..40b56718 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -2146,7 +2146,15 @@ GtkProgressBar.osd.progressbar { .button.image-button.titlebutton:active, .button.image-button.titlebutton:active:hover, .button.text-button.titlebutton:active, -.button.text-button.titlebutton:active:hover { +.button.text-button.titlebutton:active:hover, +.titlebar .titlebutton:checked, +.titlebar .titlebutton:checked:hover, +.header-bar.frame.titlebar:checked, +.header-bar.frame.titlebar:checked:hover, +.button.image-button.titlebutton:checked, +.button.image-button.titlebutton:checked:hover, +.button.text-button.titlebutton:checked, +.button.text-button.titlebutton:checked:hover { /* some apps need this */ color: @theme_fg_color; border-style: solid; @@ -2157,7 +2165,7 @@ GtkProgressBar.osd.progressbar { } .titlebar .right .titlebutton:first-child { - border-left: 1px solid @menu_separator; +/* border-left: 1px solid @menu_separator;*/ } .titlebar .right .titlebutton:last-child { @@ -2165,7 +2173,7 @@ GtkProgressBar.osd.progressbar { } .titlebar .left .titlebutton:last-child { - border-right: 1px solid @menu_separator; +/* border-right: 1px solid @menu_separator;*/ } .titlebar .left .titlebutton:first-child { -- cgit v1.2.1