This commit is contained in:
Mirco Wittrien 2023-09-30 10:01:16 +02:00
parent 71cebb582c
commit 3ff9602ab6
3 changed files with 13 additions and 13 deletions

View File

@ -6489,20 +6489,20 @@ img[src="/assets/cef02719c12d8aaf38894c16dca7fbe6.svg"] { /* rolesettings addr
.select-1YfRS9 [class*="css-"][class*="-container"] { /* select container */
background-color: transparent;
}
.lookFilled-Zz0IcO.select-Zz0IcO,
.lookFilled-GPyucw.select-Zz0IcO,
.select-1YfRS9 [class*="css-"][class*="-control"] {
background-color: rgba(var(--transparencycolor), .1);
border-color: rgba(var(--transparencycolor), .3);
color: var(--text-normal);
}
.lookFilled-Zz0IcO.select-Zz0IcO:hover {
.lookFilled-GPyucw.select-Zz0IcO:hover {
border-color: rgb(var(--transparencycolor));
}
.lookFilled-Zz0IcO.select-Zz0IcO:hover.open-1FRZsK,
.lookFilled-Zz0IcO.open-1FRZsK {
.lookFilled-GPyucw.select-Zz0IcO:hover.open-1FRZsK,
.lookFilled-GPyucw.open-1FRZsK {
border-color: rgb(var(--transparencycolor)) rgb(var(--transparencycolor)) rgba(var(--transparencycolor), .3);
}
.lookFilled-Zz0IcO.select-Zz0IcO .searchInput-3pIoTy {
.lookFilled-GPyucw.select-Zz0IcO .searchInput-3pIoTy {
background: transparent;
}
.select-1YfRS9 [class*="css-"][class*="-control"]:hover,

View File

@ -2554,15 +2554,15 @@ input.input-3O04eu { /* textinput */
}
.theme-light .select-Zz0IcO:focus, /* dropdown select nitro subscription */
.theme-light .lookFilled-Zz0IcO.select-Zz0IcO:focus,
.theme-light .lookFilled-GPyucw.select-Zz0IcO:focus,
.theme-dark .select-Zz0IcO:focus,
.theme-dark .lookFilled-Zz0IcO.select-Zz0IcO:focus {
.theme-dark .lookFilled-GPyucw.select-Zz0IcO:focus {
border-color: rgb(var(--accentcolor));
}
.theme-light .lookFilled-Zz0IcO.select-Zz0IcO:hover.open-1FRZsK,
.theme-light .lookFilled-Zz0IcO.open-1FRZsK,
.theme-dark .lookFilled-Zz0IcO.select-Zz0IcO:hover.open-1FRZsK,
.theme-dark .lookFilled-Zz0IcO.open-1FRZsK {
.theme-light .lookFilled-GPyucw.select-Zz0IcO:hover.open-1FRZsK,
.theme-light .lookFilled-GPyucw.open-1FRZsK,
.theme-dark .lookFilled-GPyucw.select-Zz0IcO:hover.open-1FRZsK,
.theme-dark .lookFilled-GPyucw.open-1FRZsK {
border-color: rgb(var(--accentcolor)) rgb(var(--accentcolor)) rgba(0, 0, 0, 0.3);
}

View File

@ -662,14 +662,14 @@ html .iconBadge-2wi9r4 {
background: var(--radio-bar-accent-color) linear-gradient(to right, rgba(255, 255, 255, .2), rgba(255, 255, 255, .2));
}
.lookFilled-Zz0IcO.select-Zz0IcO {
.lookFilled-GPyucw.select-Zz0IcO {
background-color: var(--deprecated-text-input-bg);
border-color: var(--deprecated-text-input-border);
}
.searchInput-3pIoTy {
background-color: transparent;
}
.lookFilled-Zz0IcO.select-Zz0IcO:hover {
.lookFilled-GPyucw.select-Zz0IcO:hover {
border-color: var(--deprecated-text-input-border-hover);
}