Update style.css
This commit is contained in:
parent
faa1a7b009
commit
7bca19262a
1 changed files with 30 additions and 2 deletions
32
style.css
32
style.css
|
@ -168,6 +168,20 @@
|
|||
background-color: var(--default-blue-1) !important;
|
||||
}
|
||||
|
||||
progress {
|
||||
background: rgba(0, 0, 0, 0.5) !important;
|
||||
border: 1px solid rgba(255, 255, 255, 0.22);
|
||||
}
|
||||
|
||||
progress[aria-valuenow]:before {
|
||||
background-color: var(--default-blue-1) !important;
|
||||
}
|
||||
|
||||
progress::-webkit-progress-bar {
|
||||
background: rgba(0, 0, 0, 0.5) !important;
|
||||
border: 0px solid rgba(255, 255, 255, 0.22);
|
||||
}
|
||||
|
||||
progress::-moz-progress-bar {
|
||||
background-color: var(--default-blue-1) !important;
|
||||
}
|
||||
|
@ -176,8 +190,21 @@ progress::-webkit-progress-value {
|
|||
background-color: var(--default-blue-1) !important;
|
||||
}
|
||||
|
||||
progress[aria-valuenow]:before {
|
||||
background-color: var(--default-blue-1) !important;
|
||||
#divRunningTasks span {
|
||||
color: rgba(255, 255, 255, 0.75) !important;
|
||||
}
|
||||
|
||||
.taskProgressOuter {
|
||||
background: rgba(0, 0, 0, 0.5) !important;
|
||||
border: 1px solid rgba(255, 255, 255, 0.22);
|
||||
}
|
||||
|
||||
.taskProgressInner {
|
||||
background: var(--default-blue-1) !important;
|
||||
}
|
||||
|
||||
#scheduledTasksPage span {
|
||||
color: rgba(255, 255, 255, 0.75) !important;
|
||||
}
|
||||
|
||||
.mdl-spinner__layer-1 {
|
||||
|
@ -286,6 +313,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
background-color: var(--translucent-hover-3) !important;
|
||||
}
|
||||
|
||||
|
||||
/* --- Rounded Corners --- */
|
||||
|
||||
.detailButton {
|
||||
|
|
Loading…
Reference in a new issue