stuff
This commit is contained in:
parent
41f537f9fb
commit
ff25e13dce
|
@ -1386,6 +1386,9 @@ body::before {
|
||||||
.theme-brand .autocomplete-1vrmpx::after {
|
.theme-brand .autocomplete-1vrmpx::after {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
#app-mount .bar-AokMp3 { /* autocomplete command info */
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
#app-mount .container-3ISnnM::after {
|
#app-mount .container-3ISnnM::after {
|
||||||
box-shadow: inset 0 -7px 12px -7px rgba(var(--vtransparencycolor), 0.3);
|
box-shadow: inset 0 -7px 12px -7px rgba(var(--vtransparencycolor), 0.3);
|
||||||
}
|
}
|
||||||
|
|
|
@ -303,6 +303,10 @@
|
||||||
|
|
||||||
/* ---- 3.2. AUTOCOMPLETEMENU ---- */
|
/* ---- 3.2. AUTOCOMPLETEMENU ---- */
|
||||||
|
|
||||||
|
#app-mount .active-2awTSY { /* autocomplete option active */
|
||||||
|
background-color: rgb(var(--vaccentcolor));
|
||||||
|
}
|
||||||
|
|
||||||
#app-mount .searchSuggestion-2K8OBX:hover { /* gifpicker suggestions */
|
#app-mount .searchSuggestion-2K8OBX:hover { /* gifpicker suggestions */
|
||||||
border-color: rgb(var(--vaccentcolor));
|
border-color: rgb(var(--vaccentcolor));
|
||||||
background-color: rgb(var(--vaccentcolor));
|
background-color: rgb(var(--vaccentcolor));
|
||||||
|
|
Loading…
Reference in New Issue