Update BlurpleRecolor.css

This commit is contained in:
Mirco Wittrien 2022-09-07 11:52:35 +02:00
parent d0340b04db
commit 5be391ce64
1 changed files with 5 additions and 1 deletions

View File

@ -2257,7 +2257,11 @@ input.input-2g-os5 { /* textinput */
.addFriendInputWrapper-kkoSV9 .input-2g-os5 {
border-color: transparent !important;
}
/* checkbox checked */
.searchInput-3NGPfp {
border: none !important;
}
/* checkbox checked */
.checkbox-1ycfTw .checkboxInner-1aRh1d .checkboxElement-uwAa9F:checked + span {
background-color: rgb(var(--accentcolor));
border-color: rgb(var(--accentcolor));