We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e7979b commit 79cff7bCopy full SHA for 79cff7b
src/gui/src/css/style.css
@@ -3874,16 +3874,19 @@ fieldset[name=number-code] {
3874
3875
.usage-progbar-wrapper {
3876
width: 100%;
3877
- height: 15px;
+ height: 20px;
3878
border: 1px solid #8a9096;
3879
border-radius: 3px;
3880
background-color: #fff;
3881
position: relative;
3882
+ display: flex;
3883
+ align-items: center;
3884
}
3885
3886
.usage-progbar {
- background-color: #dbe3ef;
3887
+ float: left;
3888
3889
+ background: linear-gradient(#dbe3ef, #c2ccdc, #dbe3ef);
3890
border-top-left-radius: 3px;
3891
border-bottom-left-radius: 3px;
3892
width: 0;
0 commit comments