diff options
Diffstat (limited to 'common/gtk-3.0/3.20/gtk.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css index 836d47d..906cf51 100644 --- a/common/gtk-3.0/3.20/gtk.css +++ b/common/gtk-3.0/3.20/gtk.css @@ -3604,16 +3604,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; |