From be930a0cde4a9a6cda76c0a4343e4eb59e6430f9 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Tue, 27 Oct 2015 18:38:52 +0100 Subject: osd and titlebutton fixes --- common/gtk-3.0/3.16/gtk-contained-darker.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'common/gtk-3.0/3.16/gtk-contained-darker.css') diff --git a/common/gtk-3.0/3.16/gtk-contained-darker.css b/common/gtk-3.0/3.16/gtk-contained-darker.css index b0b08cb..4de7a2e 100644 --- a/common/gtk-3.0/3.16/gtk-contained-darker.css +++ b/common/gtk-3.0/3.16/gtk-contained-darker.css @@ -371,6 +371,8 @@ GtkSearchEntry.entry { outline-color: rgba(186, 195, 207, 0.3); border-color: rgba(26, 28, 34, 0.35); background-color: rgba(119, 127, 151, 0.45); } + .osd .button:hover, .osd .button:hover:first-child, .osd .button:hover:last-child { + box-shadow: none; } .osd .button:active, .osd .button:checked { background-clip: padding-box; color: #ffffff; @@ -391,6 +393,8 @@ GtkSearchEntry.entry { outline-color: rgba(186, 195, 207, 0.3); border-color: rgba(26, 28, 34, 0.35); background-color: rgba(119, 127, 151, 0.45); } + .osd .button.flat:hover, .osd .button.flat:hover:first-child, .osd .button.flat:hover:last-child { + box-shadow: none; } .osd .button.flat:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -2560,12 +2564,11 @@ GtkVolumeButton.button { .header-bar .button.titlebutton, .titlebar .button.titlebutton { - padding: 7px 4px; + padding: 6px 4px; border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(47, 52, 63, 0); - border-width: 0; } + background-color: rgba(47, 52, 63, 0); } .header-bar .button.titlebutton:hover, .titlebar .button.titlebutton:hover { color: rgba(207, 218, 231, 0.8); @@ -2586,7 +2589,8 @@ GtkVolumeButton.button { color: transparent; background-color: transparent; background-position: center; - background-repeat: no-repeat; } + background-repeat: no-repeat; + border-width: 0; } .header-bar .button.titlebutton.close:backdrop, .header-bar .button.titlebutton.maximize:backdrop, .header-bar .button.titlebutton.minimize:backdrop, -- cgit v1.2.3