This commit is contained in:
Mirco Wittrien 2021-01-18 10:56:16 +01:00
parent 1df8e1be0c
commit 29a29656cb
2 changed files with 10 additions and 0 deletions

View File

@ -7300,6 +7300,12 @@ html .bd-toast.toast-warn.icon::before {
.bd-pfbtn { /* addonlist folderbutton */
color: rgb(var(--fontwhite1));
text-shadow: 1px 1px var(--vtextshadow);
}
.bd-server-tag { /* addonlist public list tag */
color: rgb(var(--fontwhite1));
text-shadow: 1px 1px var(--vtextshadow);
}
.bd-search-wrapper { /* addonlist searchbar container */

View File

@ -1937,6 +1937,10 @@
color: var(--bd-blue);
}
.bd-server-tag {
background: var(--bd-blue);
}
#bd-settingspane-container .ui-switch-item .ui-switch-wrapper .ui-switch.checked,
.bd-switch-checked {
background-color: rgba(var(--vaccentcolor), 0.8);