Skip to content

Commit 79cff7b

Browse files
committed
Update style.css
1 parent 4e7979b commit 79cff7b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/gui/src/css/style.css

+6-3
Original file line numberDiff line numberDiff line change
@@ -3874,16 +3874,19 @@ fieldset[name=number-code] {
38743874

38753875
.usage-progbar-wrapper {
38763876
width: 100%;
3877-
height: 15px;
3877+
height: 20px;
38783878
border: 1px solid #8a9096;
38793879
border-radius: 3px;
38803880
background-color: #fff;
38813881
position: relative;
3882+
display: flex;
3883+
align-items: center;
38823884
}
38833885

38843886
.usage-progbar {
3885-
height: 15px;
3886-
background-color: #dbe3ef;
3887+
float: left;
3888+
height: 20px;
3889+
background: linear-gradient(#dbe3ef, #c2ccdc, #dbe3ef);
38873890
border-top-left-radius: 3px;
38883891
border-bottom-left-radius: 3px;
38893892
width: 0;

0 commit comments

Comments
 (0)