[gtk/peek-password: 12/14] adwaita: theme levelbars in entries
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/peek-password: 12/14] adwaita: theme levelbars in entries
- Date: Fri, 15 Mar 2019 00:44:42 +0000 (UTC)
commit 1cb1977988d0329f991190b35ac94f8cb882744b
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Mar 13 20:37:15 2019 -0400
adwaita: theme levelbars in entries
This is used in password entries now.
gtk/theme/Adwaita/_common.scss | 13 +++++++++++++
1 file changed, 13 insertions(+)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index dd26261c73..346f225aea 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -376,6 +376,19 @@ entry {
&:backdrop { background-color: transparent; }
}
+ levelbar {
+ margin-bottom: 2px;
+ block,
+ trough {
+ border: none;
+ padding: 0px;
+ min-height: 2px;
+ }
+ block.low {
+ background-color: red;
+ }
+ }
+
// linked entries
.linked:not(.vertical) > & { @extend %linked; }
.linked:not(.vertical) > &:focus + &,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]