1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

prowlarr webkit fixes, and label fix for #306

This commit is contained in:
GilbN 2021-12-22 22:50:37 +01:00
parent 0e10fed794
commit 371c113cf1

View File

@ -192,6 +192,7 @@ a:hover {
[class*="CheckInput-input-"][class*="CheckInput-isNotChecked-"] {
background: #fff;
border: 1px solid #ccc;
}
/* HEADER */
@ -470,6 +471,10 @@ a:hover {
color: #000;
}
[class*="Label-disabled-"][class*="Label-outline-"] {
color: #000;
}
[class*="PageSidebarItem-status-"][class*="Label-info-"] {
border-color: var(--arr-queue-color);
background-color: var(--arr-queue-color);
@ -597,8 +602,10 @@ a:hover {
/* ADD NEW */
[class*="EnhancedSelectInput-options-"] {
border: 1px solid rgba(255, 255, 255, 0.2);
[class*="EnhancedSelectInput-options-"],
.EnhancedSelectInputOption-option-g4V97,
.EnhancedSelectInput-optionsContainer-Ysa4r {
border: 0px solid rgba(255, 255, 255, 0.2);
border-radius: 4px;
background: var(--drop-down-menu-bg);
background-repeat: repeat, no-repeat;
@ -625,6 +632,24 @@ a:hover {
color: var(--text);
}
[class*="EnhancedSelectInput-optionsModalScroller-"] {
border: 1px solid var(--drop-down-menu-bg);
border-radius: 4px;
background-color: var(--drop-down-menu-bg);
}
[class*="EnhancedSelectInput-mobileCloseButton-"] {
color: var(--button-text);
}
[class*="EnhancedSelectInput-mobileCloseButton-"]:hover {
color: var(--button-text-hover);
}
[class*="EnhancedSelectInput-mobileCloseButtonContainer-"] {
border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
/* SEARCH BAR */
[class*="Input-input-"],
[class*="AddNewMovie-searchIconContainer-"],