|
|
@ -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; |
|
|
|
} |