diff options
author | raveit65 <[email protected]> | 2014-12-15 03:55:45 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-12-15 13:16:16 +0100 |
commit | 803fa88d08aca328b01ff15507a037ee79dfaf0a (patch) | |
tree | 5c0a5a9614cbecdb4bdbffda92a8ddea7ea505de /desktop-themes/BlackMATE | |
parent | 6c756026bd1e9362f1d59b6b5ece6bcb11416bef (diff) | |
download | mate-themes-803fa88d08aca328b01ff15507a037ee79dfaf0a.tar.bz2 mate-themes-803fa88d08aca328b01ff15507a037ee79dfaf0a.tar.xz |
BlackMate GTK3 forgotten commit
Diffstat (limited to 'desktop-themes/BlackMATE')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 14 |
1 files changed, 11 insertions, 3 deletions
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 { |