mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-09 12:42:40 +01:00
Duplicacy fixes
Fix the active tab indicator for the mobile sidebar, remove transparency on the pinned table header in restore window, *try* to fix the initial state of the "OK" button when trying to mark a job as parallel in the schedule window. Placeholder text is not being differentiated from normal text in input boxes, so that's still pending along with the Schedule Graph navpills. Rest seems to look amazing to me now (up to you if you want to try to handle the multiple layers of cards on Schedule/Backup tabs, though I think it still looks good).
This commit is contained in:
parent
85b06e9290
commit
a87c2102c5
@ -131,12 +131,12 @@ body,
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sidebar .nav li.active>a:before,
|
.sidebar .nav li.active>a:before,
|
||||||
.off-canvas-sidebar .nav li.active>a:before,
|
|
||||||
.sidebar .nav li.active>a:after {
|
.sidebar .nav li.active>a:after {
|
||||||
border-right: 17px solid var(--accent-color);
|
border-right: 17px solid var(--accent-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
|
.off-canvas-sidebar .nav li.active>a:before,
|
||||||
.off-canvas-sidebar .nav li.active>a:after {
|
.off-canvas-sidebar .nav li.active>a:after {
|
||||||
border-right: 17px solid var(--accent-color);
|
border-right: 17px solid var(--accent-color);
|
||||||
}
|
}
|
||||||
@ -289,6 +289,12 @@ textarea {
|
|||||||
color: var(--button-color);
|
color: var(--button-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-primary:focus {
|
||||||
|
border-color: var(--button-color);
|
||||||
|
color: var(--button-color);
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
.btn-primary:hover {
|
.btn-primary:hover {
|
||||||
border-color: var(--button-color-hover);
|
border-color: var(--button-color-hover);
|
||||||
color: var(--text-hover);
|
color: var(--text-hover);
|
||||||
@ -358,11 +364,14 @@ div>div>div.modal-footer>button.btn.btn-default.pull-left:hover,
|
|||||||
.table>thead>tr.active>th,
|
.table>thead>tr.active>th,
|
||||||
.table>thead>tr>td.active,
|
.table>thead>tr>td.active,
|
||||||
.table>thead>tr>th.active,
|
.table>thead>tr>th.active,
|
||||||
.fixed-header th,
|
|
||||||
.row-clickable.active {
|
.row-clickable.active {
|
||||||
background-color: rgb(0 0 0 / 25%);
|
background-color: rgb(0 0 0 / 25%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fixed-header th {
|
||||||
|
background: var(--main-bg-color);
|
||||||
|
}
|
||||||
|
|
||||||
.table thead tr>th,
|
.table thead tr>th,
|
||||||
.table thead tr>td,
|
.table thead tr>td,
|
||||||
.table tbody tr>th,
|
.table tbody tr>th,
|
||||||
@ -404,6 +413,7 @@ color: var(--text);
|
|||||||
box-shadow: 0 0 10px 0px #000000;
|
box-shadow: 0 0 10px 0px #000000;
|
||||||
background: var(--modal-bg-color);
|
background: var(--modal-bg-color);
|
||||||
}
|
}
|
||||||
|
.off-canvas-sidebar .nav li.active>a:before,
|
||||||
.off-canvas-sidebar .nav > li.active > a:after {
|
.off-canvas-sidebar .nav > li.active > a:after {
|
||||||
border-left: 17px solid var(--accent-color);
|
border-left: 17px solid var(--accent-color);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user