From 052ee80b8eaba4625ca7955b9638fc4b93bb764b Mon Sep 17 00:00:00 2001 From: rg9400 <39887349+rg9400@users.noreply.github.com> Date: Sat, 10 Oct 2020 19:18:47 -0500 Subject: [PATCH] First attempt at fixing Duplicacy charts Tried doing some chart fixes. The graph picker on the Storage tab is still pending, along with the mobile sidemenu. Might need a few more iterations --- CSS/themes/duplicacy/duplicacy-base.css | 26 ++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/CSS/themes/duplicacy/duplicacy-base.css b/CSS/themes/duplicacy/duplicacy-base.css index ed51ec58..a712190b 100644 --- a/CSS/themes/duplicacy/duplicacy-base.css +++ b/CSS/themes/duplicacy/duplicacy-base.css @@ -95,14 +95,21 @@ body, } /* CHARTS */ -#chartStorages, -#chartBackups { - filter: invert(100); +.ct-label { + fill: var(--text); + color: var(--text); } -.ct-label { - fill: #000; - color: #000; +.ct-grid { + stroke: #777; +} + +.tab-content { + border-color: transparent !important; +} + +.vis-labelset .vis-label .vis-inner { + color: var(--text); } /* NAVBAR */ @@ -342,7 +349,8 @@ div>div>div.modal-footer>button.btn.btn-default.pull-left:hover, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active, -.fixed-header th { +.fixed-header th, +row-clickable.active { background-color: rgb(0 0 0 / 25%); } @@ -356,10 +364,6 @@ hr { border-top: 1px solid rgb(255 255 255 / 20%); } -.row-clickable.active { - background-color: hsla(0,0%,100%,.08); -} - .list-group-item{ background-color: transparent; }