diff options
author | raveit65 <[email protected]> | 2015-04-22 14:47:31 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-22 14:48:29 +0200 |
commit | c2ed6da6960196e3308c763e98bba8af44f1db38 (patch) | |
tree | 6d19072aeb8ca00cbe0d5e9013e567a6b7a124b9 /desktop-themes/Menta | |
parent | 0acc9de0103ac3b5f6528e0927051deb0732f613 (diff) | |
download | mate-themes-c2ed6da6960196e3308c763e98bba8af44f1db38.tar.bz2 mate-themes-c2ed6da6960196e3308c763e98bba8af44f1db38.tar.xz |
Menta themes GTK3: fix blurred window controls icons
Diffstat (limited to 'desktop-themes/Menta')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index 93542f69..4160f4de 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -2655,7 +2655,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { ***************/ .titlebar, GtkCalendar.header, .header-bar { - border-width: 0px 0px 0px 0px; + border-width: 0 0 1px; border-style: solid; border-color: shade(@borders, 0.90); box-shadow: inset 0 -1px shade(@wm_bg_b, 0.95); @@ -4556,17 +4556,25 @@ GtkModelButton.button.flat:selected { } .titlebar .titlebutton { + color: @wm_title; + padding: 2px 6px 3px 3px; + border: none; + border-image: none; /* fake request for hardcoded icons, to avoid usage of regular window-close button*/ -gtk-icon-style: requested; - color: @wm_title; - padding: 4px; +} + +.titlebar .titlebutton:hover { + border: none; border-image: none; } -.titlebar .titlebutton:active { -/* border: none; - border-image: none;*/ +.titlebar .titlebutton:active, +.titlebar .titlebutton:checked, +.titlebar .titlebutton:checked:checked { + border: none; + border-image: none; } .titlebar .titlebutton:backdrop { |