One-KVM/web/share/css/progress.css
Devaev Maxim 3c33bd3719 own auth
2018-12-15 04:29:40 +03:00

24 lines
426 B
CSS

div.progress {
background-color: var(--cs-progress-default-bg);
height: 1.5em;
width: 100%;
position: relative;
}
div.progress:before {
color: var(--cs-progress-default-fg);
content: attr(data-label);
font-size: 0.8em;
position: absolute;
text-align: center;
top: 4px;
left: 0;
right: 0;
}
div.progress span.progress-value {
background-color: var(--cs-progress-bar-bg);
display: inline-block;
height: 100%;
}