Update style.css

This commit is contained in:
Levi 2024-05-12 13:19:31 +02:00
parent faa1a7b009
commit 7bca19262a

View file

@ -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 {