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));
|
||||||
|
@ -316,7 +320,7 @@
|
||||||
.result-3w1ZcL[style*="background-color: rgb(179, 174, 255)"] {
|
.result-3w1ZcL[style*="background-color: rgb(179, 174, 255)"] {
|
||||||
background: var(--vaccentcolor-active) !important;
|
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 {
|
.theme-light .result-3w1ZcL:hover::after {
|
||||||
box-shadow: inset 0 0 0 2px rgb(var(--vaccentcolor)), inset 0 0 0 3px #dcddde;
|
box-shadow: inset 0 0 0 2px rgb(var(--vaccentcolor)), inset 0 0 0 3px #dcddde;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue