diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css index ba743a463..e973db160 100644 --- a/data/theme/gnome-shell-high-contrast.css +++ b/data/theme/gnome-shell-high-contrast.css @@ -1704,11 +1704,12 @@ StScrollBar { .login-dialog-user-selection-box { padding: 100px 0px; } - .login-dialog-user-selection-box .login-dialog-not-listed-label { - padding-left: 2px; } - .login-dialog-not-listed-button:focus .login-dialog-user-selection-box .login-dialog-not-listed-label, - .login-dialog-not-listed-button:hover .login-dialog-user-selection-box .login-dialog-not-listed-label { - color: #eeeeec; } + +.login-dialog-not-listed-label { + padding-left: 2px; } + .login-dialog-not-listed-button:focus .login-dialog-not-listed-label, + .login-dialog-not-listed-button:hover .login-dialog-not-listed-label { + color: #eeeeec; } .login-dialog-not-listed-label { font-size: 90%; diff --git a/data/theme/gnome-shell-sass b/data/theme/gnome-shell-sass index 4c361179a..2bef9b25e 160000 --- a/data/theme/gnome-shell-sass +++ b/data/theme/gnome-shell-sass @@ -1 +1 @@ -Subproject commit 4c361179a1d45544dcbfbac209c1842aae171a01 +Subproject commit 2bef9b25e23632fe66e12c5d96a9c487f172a6a0 diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index f9e7fd8f5..c9396a269 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -1704,11 +1704,12 @@ StScrollBar { .login-dialog-user-selection-box { padding: 100px 0px; } - .login-dialog-user-selection-box .login-dialog-not-listed-label { - padding-left: 2px; } - .login-dialog-not-listed-button:focus .login-dialog-user-selection-box .login-dialog-not-listed-label, - .login-dialog-not-listed-button:hover .login-dialog-user-selection-box .login-dialog-not-listed-label { - color: #eeeeec; } + +.login-dialog-not-listed-label { + padding-left: 2px; } + .login-dialog-not-listed-button:focus .login-dialog-not-listed-label, + .login-dialog-not-listed-button:hover .login-dialog-not-listed-label { + color: #eeeeec; } .login-dialog-not-listed-label { font-size: 90%;