unlockDialog: Use unique unlock-dialog style class
Allows styling the unlock dialog elements individually from the GDM login dialog. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1421
This commit is contained in:
parent
0c14ac7052
commit
9963f7ce84
@ -5,7 +5,8 @@
|
|||||||
max-width: 23em;
|
max-width: 23em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-dialog {
|
.login-dialog,
|
||||||
|
.unlock-dialog {
|
||||||
//reset
|
//reset
|
||||||
border: none;
|
border: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
@ -475,7 +475,7 @@ var UnlockDialog = GObject.registerClass({
|
|||||||
_init(parentActor) {
|
_init(parentActor) {
|
||||||
super._init({
|
super._init({
|
||||||
accessible_role: Atk.Role.WINDOW,
|
accessible_role: Atk.Role.WINDOW,
|
||||||
style_class: 'login-dialog',
|
style_class: 'unlock-dialog',
|
||||||
visible: false,
|
visible: false,
|
||||||
reactive: true,
|
reactive: true,
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user