diff options
author | Horst3180 | 2015-09-21 20:44:36 +0200 |
---|---|---|
committer | Horst3180 | 2015-09-21 20:44:36 +0200 |
commit | 04b91afc84e80273bfe4aedb35ea7ac8b0fceb66 (patch) | |
tree | 982d3325590196c94a84c96c46f864de30df0017 /common/gtk-3.0/3.16/gtk-contained-darker.css | |
parent | e51d704967e924c8cb97652e157f7e313247dcf1 (diff) | |
download | solarc-theme-04b91afc84e80273bfe4aedb35ea7ac8b0fceb66.tar.gz solarc-theme-04b91afc84e80273bfe4aedb35ea7ac8b0fceb66.tar.xz solarc-theme-04b91afc84e80273bfe4aedb35ea7ac8b0fceb66.zip |
change osd-button background-clip
Diffstat (limited to 'common/gtk-3.0/3.16/gtk-contained-darker.css')
-rw-r--r-- | common/gtk-3.0/3.16/gtk-contained-darker.css | 4 |
1 files changed, 3 insertions, 1 deletions
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 0fde31b..1ccf8f8 100644 --- a/common/gtk-3.0/3.16/gtk-contained-darker.css +++ b/common/gtk-3.0/3.16/gtk-contained-darker.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; |