From a68987ad7d8eeea4de5e813a0c9e0703d05b65a6 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Thu, 9 Jul 2015 14:20:47 +0200 Subject: fix background-clip on buttons and entries --- common/gtk-3.0/3.14/gtk-contained-solid.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/gtk-3.0/3.14/gtk-contained-solid.css') diff --git a/common/gtk-3.0/3.14/gtk-contained-solid.css b/common/gtk-3.0/3.14/gtk-contained-solid.css index 08030f9..3782119 100644 --- a/common/gtk-3.0/3.14/gtk-contained-solid.css +++ b/common/gtk-3.0/3.14/gtk-contained-solid.css @@ -157,6 +157,7 @@ GtkFlowBox .grid-child { border: none; border-radius: 0; } .entry:focus { + background-clip: border-box; color: #5c616c; border-color: #5294E2; background-color: #ffffff; @@ -275,6 +276,7 @@ GtkFlowBox .grid-child { background-color: #fbfbfc; -gtk-image-effect: highlight; } .button:active, .button:checked { + background-clip: border-box; color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #5294E2; -- cgit v1.2.3