1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-08-17 23:49:37 +02:00

Fix Modal Windows RSS Manager and Rules Manager (#365)

* Fix Modal Windows RSS Manager and Rules Manager

* use transparency vars

Co-authored-by: GilbN <24592972+GilbN@users.noreply.github.com>
This commit is contained in:
Zemoj 2022-04-25 09:41:00 -07:00 committed by GitHub
parent d9a4160c14
commit 14b481ef05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1784,4 +1784,19 @@ div#dlgEditRules-header,
#dlgEditRatioRules-header,
div#dlgEditRules div.dlg-header {
background: var(--transparency-dark-25) !important;
}
#filterList, #filterProps, #ruleList{
background: var(--modal-bg-color);
}
.lf li input.TextboxFocus{
background: var(--transparency-light-25);
color: var(--text-hover);
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0);
}
.lf li input.TextboxNormal{
background: var(--transparency-dark-10);
color: var(--text);
}