summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Hewitt <sam@snwh.org>2022-07-06 10:57:45 -0230
committerSam Hewitt <sam@snwh.org>2022-07-06 10:57:45 -0230
commitb0a49bd3d9432bdc3fd6afe8dc24d0dbd08c097f (patch)
treea49a85c34e83624c6fad09e85da669ac8acf5f66
parentab1cf674321a61ddbe205e0f26631ce7980ea049 (diff)
downloadgtk+-b0a49bd3d9432bdc3fd6afe8dc24d0dbd08c097f.tar.gz
theme: Monospace password entrieswip/snwh/monospace-password-entries
-rw-r--r--gtk/theme/Default/_common.scss12
1 files changed, 10 insertions, 2 deletions
diff --git a/gtk/theme/Default/_common.scss b/gtk/theme/Default/_common.scss
index 183ab80d2a..7479515b4b 100644
--- a/gtk/theme/Default/_common.scss
+++ b/gtk/theme/Default/_common.scss
@@ -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) {