Skip to content

Commit 94df6dd

Browse files
author
Kristan Kenney
committed
Adjust styling of password meter
1 parent 6059f0f commit 94df6dd

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

web/css/src/styles.css

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3977,12 +3977,18 @@ form#vstobjects.suspended {
39773977
meter {
39783978
/* Reset the default appearance */
39793979
-webkit-appearance: none;
3980-
-moz-appearance: none;
3981-
appearance: none;
3980+
-moz-appearance: none;
3981+
appearance: none;
39823982
margin: 0 auto 1em;
3983-
width: 380px;
3984-
background-color: grey;
3983+
width: 373px;
3984+
background-color: #e7e7e7;
3985+
height: 3px;
3986+
border-bottom-left-radius: 5px;
3987+
border-bottom-right-radius: 5px;
3988+
margin-left: 3px;
3989+
box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
39853990
}
3991+
39863992
meter[value="1"] { background: red; }
39873993
meter[value="2"] { background: orange; }
39883994
meter[value="3"] { background: yellow; }

0 commit comments

Comments
 (0)