mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-11-28 00:16:03 -08:00
Unlock Dialog: add borders to password entry
This commit is contained in:
@@ -28,4 +28,13 @@ StEntry:active {
|
|||||||
|
|
||||||
StEntry:focus {
|
StEntry:focus {
|
||||||
color: TEXT-PRIMARY-COLOR;
|
color: TEXT-PRIMARY-COLOR;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.unlock-dialog StEntry {
|
||||||
|
border: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.unlock-dialog StEntry:focus {
|
||||||
|
box-shadow: inset 0 0 0 1px TEXT-DISABLED-COLOR;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user