2021-04-08 22:59:05 +08:00
|
|
|
/* Entries */
|
|
|
|
|
2021-04-19 20:33:44 +08:00
|
|
|
StEntry, %entry {
|
|
|
|
min-height: $menuitem_size;
|
2021-08-23 18:42:07 +08:00
|
|
|
padding: $base_padding / 2 $base_padding * 2 !important;
|
2020-12-27 18:33:02 +08:00
|
|
|
color: $fg_color;
|
|
|
|
caret-color: $fg_color;
|
2021-05-24 19:34:56 +08:00
|
|
|
selection-background-color: $primary_color !important;
|
|
|
|
selected-color: $light_fg_color !important;
|
2022-10-28 18:34:59 +08:00
|
|
|
|
2020-12-27 18:33:02 +08:00
|
|
|
@include entry(normal);
|
2021-05-09 22:49:36 +08:00
|
|
|
&:hover { @include entry(hover); }
|
|
|
|
&:focus { @include entry(focus); }
|
2020-12-27 18:33:02 +08:00
|
|
|
&:insensitive { @include entry(insensitive);}
|
2022-10-28 18:34:59 +08:00
|
|
|
|
|
|
|
StIcon { icon-size: $base_icon_size !important; }
|
|
|
|
|
2020-12-27 18:33:02 +08:00
|
|
|
StIcon.capslock-warning {
|
2022-10-28 18:34:59 +08:00
|
|
|
icon-size: $base_icon_size !important;
|
2020-12-27 18:33:02 +08:00
|
|
|
warning-color: $warning_color;
|
|
|
|
padding: 0 0;
|
|
|
|
}
|
2022-10-28 18:34:59 +08:00
|
|
|
|
2020-12-27 18:33:02 +08:00
|
|
|
StIcon.peek-password {
|
2022-10-28 18:34:59 +08:00
|
|
|
icon-size: $base_icon_size !important;
|
2021-08-23 18:42:07 +08:00
|
|
|
padding: 0 $base_padding;
|
2020-12-27 18:33:02 +08:00
|
|
|
}
|
2022-10-28 18:34:59 +08:00
|
|
|
|
2020-12-27 18:33:02 +08:00
|
|
|
StLabel.hint-text {
|
2021-08-23 18:42:07 +08:00
|
|
|
margin-left: $base_padding / 2;
|
2021-05-24 19:34:56 +08:00
|
|
|
color: $alt_fg_color;
|
2020-12-27 18:33:02 +08:00
|
|
|
}
|
|
|
|
}
|