mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
own auth
This commit is contained in:
23
web/share/css/progress.css
Normal file
23
web/share/css/progress.css
Normal file
@@ -0,0 +1,23 @@
|
||||
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%;
|
||||
}
|
||||
Reference in New Issue
Block a user