From 5949fc6bd9c27f6d7c5e59784a8f763a8892b42b Mon Sep 17 00:00:00 2001 From: GilbN Date: Mon, 17 Jan 2022 22:21:04 +0100 Subject: [PATCH] caret fix for #317 + some accent fixes --- css/base/sabnzbd/sabnzbd-base.css | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/css/base/sabnzbd/sabnzbd-base.css b/css/base/sabnzbd/sabnzbd-base.css index 4bd450b7..767390a7 100644 --- a/css/base/sabnzbd/sabnzbd-base.css +++ b/css/base/sabnzbd/sabnzbd-base.css @@ -236,11 +236,6 @@ hr { color: var(--text-hover); } - -.caret { - border-top-color: white !important; -} - svg.peity polygon { fill: var(--button-color) !important; } @@ -481,6 +476,10 @@ input[type="submit"]:focus { border-top-color: var(--button-text) !important; } +td.delete .dropdown>a .caret { + border-top-color: var(--button-color) !important; +} + .table-striped>tbody>tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.25); } @@ -545,22 +544,22 @@ tr td.row-extra-text, } .progress { - background-color: transparent !important; + background-color: rgb(var(--accent-color),.7) !important; box-shadow: none !important; -webkit-box-shadow: none !important; } .progress-bar strong { - color: hsla(0, 0%, 100%, .7) !important; + color: var(--label-text-color) !important; } .progress-bar+span { - color: hsla(0, 0%, 100%, .7) !important; + color: var(--label-text-color) !important; } .progress-bar-info, .progress-bar { - background-color: var(--button-color) !important; + background-color: rgb(var(--accent-color)) !important; } .glyphicon-compressed:before {