diff options
author | Horst3180 | 2016-04-24 12:23:42 +0200 |
---|---|---|
committer | Horst3180 | 2016-04-24 12:23:42 +0200 |
commit | 60466bb3d9b34ea90777c9dcfa575dc526b7fd4f (patch) | |
tree | c020182019ac78b2e68e62b7b769901f1232ae45 /common/gtk-3.0/3.20/gtk-solid-darker.css | |
parent | 70f77a42fede0bb47973a66bbc5a908132a2a858 (diff) | |
download | solarc-theme-60466bb3d9b34ea90777c9dcfa575dc526b7fd4f.tar.gz solarc-theme-60466bb3d9b34ea90777c9dcfa575dc526b7fd4f.tar.xz solarc-theme-60466bb3d9b34ea90777c9dcfa575dc526b7fd4f.zip |
silence deprecation warnings
Diffstat (limited to 'common/gtk-3.0/3.20/gtk-solid-darker.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk-solid-darker.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css index 4485d15..1c0d544 100644 --- a/common/gtk-3.0/3.20/gtk-solid-darker.css +++ b/common/gtk-3.0/3.20/gtk-solid-darker.css @@ -3600,16 +3600,16 @@ UnityPanelWidget, .lightdm.button, .lightdm.button:hover, .lightdm.button:active, -.lightdm.button:active:focused, +.lightdm.button:active:focus, .lightdm.entry, .lightdm.entry:hover, .lightdm.entry:active, -.lightdm.entry:active:focused { +.lightdm.entry:active:focus { background-image: none; border-image: none; } -.lightdm.button:focused, -.lightdm.entry:focused { +.lightdm.button:focus, +.lightdm.entry:focus { border-color: rgba(255, 255, 255, 0.1); border-width: 1px; border-style: solid; |