diff options
Diffstat (limited to 'common/gtk-3.0/3.18/gtk-contained.css')
-rw-r--r-- | common/gtk-3.0/3.18/gtk-contained.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.18/gtk-contained.css b/common/gtk-3.0/3.18/gtk-contained.css index eb92f36..192c970 100644 --- a/common/gtk-3.0/3.18/gtk-contained.css +++ b/common/gtk-3.0/3.18/gtk-contained.css @@ -338,6 +338,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); @@ -2330,7 +2331,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; |