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

Prowlarr History Params fix for my greatest fan

This commit is contained in:
GilbN 2022-02-03 21:01:11 +01:00
parent 934ea58793
commit 867786df90

View File

@ -1207,4 +1207,17 @@ canvas {
[class*="QueryParameterOption-option-"]:hover [class*="QueryParameterOption-example-"] {
background-color: rgba(255, 255, 2550, 0.35);
}
/* HISTORY */
[class*="HistoryRowParameter-parameter-"] {
border: 1px solid rgb(var(--accent-color));
background-color: rgb(var(--accent-color));
color: var(--label-text-color)
}
[class*="HistoryRowParameter-value-"] {
background-color: rgb(255 255 255 / 50%);
color: #1f1f1f;
}