|
|
@@ -3977,12 +3977,18 @@ form#vstobjects.suspended {
|
|
|
meter {
|
|
|
/* Reset the default appearance */
|
|
|
-webkit-appearance: none;
|
|
|
- -moz-appearance: none;
|
|
|
- appearance: none;
|
|
|
+ -moz-appearance: none;
|
|
|
+ appearance: none;
|
|
|
margin: 0 auto 1em;
|
|
|
- width: 380px;
|
|
|
- background-color: grey;
|
|
|
+ width: 373px;
|
|
|
+ background-color: #e7e7e7;
|
|
|
+ height: 3px;
|
|
|
+ border-bottom-left-radius: 5px;
|
|
|
+ border-bottom-right-radius: 5px;
|
|
|
+ margin-left: 3px;
|
|
|
+ box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
|
|
|
}
|
|
|
+
|
|
|
meter[value="1"] { background: red; }
|
|
|
meter[value="2"] { background: orange; }
|
|
|
meter[value="3"] { background: yellow; }
|