diff options
author | Horst3180 | 2015-10-27 18:38:52 +0100 |
---|---|---|
committer | Horst3180 | 2015-10-27 18:49:40 +0100 |
commit | be930a0cde4a9a6cda76c0a4343e4eb59e6430f9 (patch) | |
tree | 20392eef005bc39a542d357b4bd6fadf2011b187 /common/gtk-3.0/3.14/gtk-contained-solid-darker.css | |
parent | de0689e444afdc7322fa0bcb888736bbb04cbd49 (diff) | |
download | solarc-theme-be930a0cde4a9a6cda76c0a4343e4eb59e6430f9.tar.gz solarc-theme-be930a0cde4a9a6cda76c0a4343e4eb59e6430f9.tar.xz solarc-theme-be930a0cde4a9a6cda76c0a4343e4eb59e6430f9.zip |
osd and titlebutton fixes
Diffstat (limited to 'common/gtk-3.0/3.14/gtk-contained-solid-darker.css')
-rw-r--r-- | common/gtk-3.0/3.14/gtk-contained-solid-darker.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.14/gtk-contained-solid-darker.css b/common/gtk-3.0/3.14/gtk-contained-solid-darker.css index c48d25c..7e222d7 100644 --- a/common/gtk-3.0/3.14/gtk-contained-solid-darker.css +++ b/common/gtk-3.0/3.14/gtk-contained-solid-darker.css @@ -371,6 +371,8 @@ GtkSearchEntry.entry { outline-color: rgba(186, 195, 207, 0.3); border-color: rgba(26, 28, 34, 0.4); background-color: rgba(119, 127, 151, 0.5); } + .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.4); background-color: rgba(119, 127, 151, 0.5); } + .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.4); |