This commit is contained in:
Mirco Wittrien 2019-10-16 13:25:39 +02:00
parent 8e824cf29d
commit 6d4c954c3e
2 changed files with 3 additions and 3 deletions

View File

@ -676,7 +676,7 @@
.regionSelectModalOption-2DSIZ3:hover,
.regionSelect-3lf4eE:hover .regionSelectInner-24f4Ce,
.regionSelect-3lf4eE:hover button,
.input-cIJ7To:not(.valid):not(.invalid):focus,
.input-cIJ7To:not(.success-2-F980):not(.error-2O5WFJ):not(.disabled-2BKQFm):focus,
.containerUserOver-1U5YnL:after,
.checkbox-3kaeSU .checkboxInner-3yjcPe .checkboxElement-1qV33p:checked + span,
.checkbox-3kaeSU .checkboxInner-3yjcPe.alt-6FvZrq .checkboxElement-1qV33p:checked + span:after,

View File

@ -6,11 +6,11 @@
--vaccentcolor: var(--accentcolor,var(--daccentcolor));
}
#app-mount .input-cIJ7To {
#app-mount .input-cIJ7To:not(.success-2-F980):not(.error-2O5WFJ):not(.disabled-2BKQFm) {
border-color: rgba(0,0,0,.3);
color: #f6f6f7;
}
#app-mount .input-cIJ7To:hover {
#app-mount .input-cIJ7To:not(.success-2-F980):not(.error-2O5WFJ):not(.disabled-2BKQFm):hover {
border-color: #040405;
}
#app-mount .modal-DRZfgq,