This commit is contained in:
Mirco Wittrien 2020-12-17 20:17:07 +01:00
parent 41f537f9fb
commit ff25e13dce
2 changed files with 8 additions and 1 deletions

View File

@ -1386,6 +1386,9 @@ body::before {
.theme-brand .autocomplete-1vrmpx::after {
display: none;
}
#app-mount .bar-AokMp3 { /* autocomplete command info */
background-color: transparent;
}
#app-mount .container-3ISnnM::after {
box-shadow: inset 0 -7px 12px -7px rgba(var(--vtransparencycolor), 0.3);
}

View File

@ -303,6 +303,10 @@
/* ---- 3.2. AUTOCOMPLETEMENU ---- */
#app-mount .active-2awTSY { /* autocomplete option active */
background-color: rgb(var(--vaccentcolor));
}
#app-mount .searchSuggestion-2K8OBX:hover { /* gifpicker suggestions */
border-color: rgb(var(--vaccentcolor));
background-color: rgb(var(--vaccentcolor));
@ -316,7 +320,7 @@
.result-3w1ZcL[style*="background-color: rgb(179, 174, 255)"] {
background: var(--vaccentcolor-active) !important;
}
.theme-light .focused-1En8bG::after, /* gifpicker result hover */
.theme-light .focused-1En8bG::after, /* gifpicker result hover */
.theme-light .result-3w1ZcL:hover::after {
box-shadow: inset 0 0 0 2px rgb(var(--vaccentcolor)), inset 0 0 0 3px #dcddde;
}