1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-17 14:22:24 +02:00

petio fixees

This commit is contained in:
gilbN 2021-03-27 20:31:22 +01:00
parent f1bc367803
commit 3c50ed1088

View File

@ -153,6 +153,19 @@ p a,
background: rgba(var(--accent-color), .3);
}
.sr--add-new .sr--instance--inner:hover {
color: rgb(var(--accent-color));
border-color: rgb(var(--accent-color));
}
.console--item {
color: #fff;
}
code {
color: #fff;
}
/* DASH */
.session--prog,
.session--media .card .playback-status {
@ -213,7 +226,6 @@ p a,
color: #fff;
}
.requests--status__radarr,
.requests--status__pending {
color: #fff;
}
@ -229,6 +241,16 @@ p a,
border-bottom: 1px solid rgba(255, 255, 255, .4);
}
thead {
color: #fff;
background: rgba(0, 0, 0, 0.25);
}
.generic-table tr:not(.child):not(.sub) th:nth-child(odd),
.generic-table tr:not(.child):not(.sub) th:nth-child(2n) {
background: transparent !important;
}
/* MODALS */
.modal--inner,
.issues--inner,