Compare commits

...

1 Commits

Author SHA1 Message Date
Sam Hewitt
b0a49bd3d9 theme: Monospace password entries 2022-07-06 10:57:45 -02:30

View File

@@ -373,8 +373,16 @@ entry {
}
&.password image.caps-lock-indicator {
color: mix($backdrop_fg_color, $backdrop_base_color, 80%);
&.password {
> text {
@extend .monospace;
> placeholder {
font-family: initial; // as to not be monospace
}
}
> image.caps-lock-indicator {
color: mix($backdrop_fg_color, $backdrop_base_color, 80%);
}
}
&:drop(active) {