Improve progress bar dark theme
This commit is contained in:
parent
ccba0b407b
commit
10c749607c
1 changed files with 8 additions and 0 deletions
|
@ -463,4 +463,12 @@
|
|||
.blurring.dimmable > .inverted.dimmer {
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
|
||||
/** Progress */
|
||||
.ui.progress {
|
||||
background-color: rgba(255, 255, 255, 0.08);
|
||||
}
|
||||
.ui.progress > .label {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue