From 7bca19262a9d70659a9c69c9c6088b4849410870 Mon Sep 17 00:00:00 2001 From: Levi Date: Sun, 12 May 2024 13:19:31 +0200 Subject: [PATCH] Update style.css --- style.css | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 32a37ad..b642a1f 100644 --- a/style.css +++ b/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 {