From 04b91afc84e80273bfe4aedb35ea7ac8b0fceb66 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Mon, 21 Sep 2015 20:44:36 +0200 Subject: change osd-button background-clip --- common/gtk-3.0/3.16/gtk-contained.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'common/gtk-3.0/3.16/gtk-contained.css') diff --git a/common/gtk-3.0/3.16/gtk-contained.css b/common/gtk-3.0/3.16/gtk-contained.css index c98d6f9..549b42f 100644 --- a/common/gtk-3.0/3.16/gtk-contained.css +++ b/common/gtk-3.0/3.16/gtk-contained.css @@ -372,6 +372,7 @@ GtkSearchEntry.entry { border-color: rgba(26, 28, 34, 0.35); background-color: rgba(119, 127, 151, 0.45); } .osd .button:active, .osd .button:checked { + background-clip: padding-box; color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); @@ -2194,7 +2195,8 @@ GtkScrolledWindow GtkViewport.frame { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294E2; + background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { color: #5d626e; -- cgit v1.2.3