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
This commit is contained in:
parent
23bf19aad7
commit
052ee80b8e
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user