Skip to content

Commit 53ad59f

Browse files
drakkar1969jnsh
authored andcommitted
gnome-shell: Style login/unlock password entry
#72
1 parent e865957 commit 53ad59f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

common/gnome-shell/3.36/sass/_common.scss

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2473,6 +2473,25 @@ StScrollBar {
24732473
border: none;
24742474
background-color: transparent;
24752475

2476+
StEntry {
2477+
caret-color: $selected_fg_color;
2478+
selection-background-color: $selected_bg_color;
2479+
selected-color: $selected_fg_color;
2480+
2481+
@include entry(osd);
2482+
2483+
StLabel.hint-text { color: transparentize($osd_fg_color, 0.3); }
2484+
2485+
&:focus {
2486+
selection-background-color: $selected_fg_color;
2487+
selected-color: $selected_bg_color;
2488+
2489+
@include entry(osd-focus);
2490+
2491+
StLabel.hint-text { color: transparentize($selected_fg_color, 0.3); }
2492+
}
2493+
}
2494+
24762495
.modal-dialog-button-box { spacing: 3px; }
24772496
.modal-dialog-button {
24782497
padding: 3px 18px;

0 commit comments

Comments
 (0)