diff options
author | Horst3180 | 2015-07-16 15:59:59 +0200 |
---|---|---|
committer | Horst3180 | 2015-07-16 15:59:59 +0200 |
commit | f073c56bfc65347ef99108a9cbffd4eb8a59ed22 (patch) | |
tree | 437440475fd83462a4a834a257822833b5a41eac /common/gtk-3.0/3.14/gtk-contained-darker.css | |
parent | 7ef7e53bff15bb580381c0e3a9aac32336dd2bcf (diff) | |
download | solarc-theme-f073c56bfc65347ef99108a9cbffd4eb8a59ed22.tar.gz solarc-theme-f073c56bfc65347ef99108a9cbffd4eb8a59ed22.tar.xz solarc-theme-f073c56bfc65347ef99108a9cbffd4eb8a59ed22.zip |
fix infobar buttons
Diffstat (limited to 'common/gtk-3.0/3.14/gtk-contained-darker.css')
-rw-r--r-- | common/gtk-3.0/3.14/gtk-contained-darker.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.14/gtk-contained-darker.css b/common/gtk-3.0/3.14/gtk-contained-darker.css index e586bad..f695a87 100644 --- a/common/gtk-3.0/3.14/gtk-contained-darker.css +++ b/common/gtk-3.0/3.14/gtk-contained-darker.css @@ -2019,7 +2019,7 @@ GtkInfoBar { outline-color: rgba(255, 255, 255, 0.3); background-color: rgba(255, 255, 255, 0.2); border-color: rgba(255, 255, 255, 0.8); } - .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:checked, GtkInfoBar .button:checked { + .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { color: #5294E2; outline-color: rgba(82, 148, 226, 0.3); background-color: #ffffff; |