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

Prowlarr QueryParameterOption fixes

This commit is contained in:
GilbN 2021-11-24 22:17:35 +01:00
parent ed20862259
commit bf3fff7a22

View File

@ -1135,4 +1135,26 @@ input[type=password] {
canvas {
filter: invert(1)
}
/* QUERY OPTIONS */
[class*="QueryParameterOption-option-"] {
border: 1px solid transparent;
}
[class*="QueryParameterOption-token-"] {
background-color: rgba(255, 255, 255, 0.15);
}
[class*="QueryParameterOption-example-"] {
background-color: rgba(255, 255, 255, 0.25);
}
[class*="QueryParameterOption-option-"]:hover [class*="QueryParameterOption-token-"] {
background-color: rgba(255, 255, 2550, 0.25);
}
[class*="QueryParameterOption-option-"]:hover [class*="QueryParameterOption-example-"] {
background-color: rgba(255, 255, 2550, 0.35);
}