stuff
This commit is contained in:
parent
3d29d104cc
commit
862b22c3e8
|
@ -798,6 +798,9 @@ img[src="/assets/bfffd518c76d3f6bc5e96eb52e4ae2cf.svg"],
|
|||
border-color: rgb(var(--vaccentcolor)) !important;
|
||||
}
|
||||
|
||||
#app-mount .lookOutlined-3sRXeN {
|
||||
background: none !important;
|
||||
}
|
||||
#app-mount .headerButtonColor-G7_f-V,
|
||||
#app-mount .lookFilled-1Gx00P.hoverBrand-1_Fxlk.hasHover-3X1-zV:hover,
|
||||
#app-mount .lookFilled-1Gx00P.hoverLink-i1fEKS.hasHover-3X1-zV:hover,
|
||||
|
|
|
@ -168,6 +168,7 @@
|
|||
}
|
||||
|
||||
/* BUTTONS */
|
||||
.searchSuggestion-2K8OBX:hover,
|
||||
.form-236Xmo .btnPrimary-346kfV,
|
||||
.button-22FETM,
|
||||
.questionMark-CWEQZn,
|
||||
|
@ -184,6 +185,10 @@
|
|||
.lookFilled-1Gx00P.colorBrand-3pXr91 {
|
||||
background: rgb(var(--vaccentcolor)) !important;
|
||||
}
|
||||
.searchSuggestion-2K8OBX:active,
|
||||
.searchSuggestion-2K8OBX:hover {
|
||||
border-color: transparent !important;
|
||||
}
|
||||
.lookGhost-2Fn_0-.colorBrand-3pXr91 {
|
||||
color: rgb(var(--vaccentcolor)) !important;
|
||||
background: rgba(var(--vaccentcolor),0.1) !important;
|
||||
|
@ -212,6 +217,7 @@
|
|||
.questionMark-CWEQZn:hover {
|
||||
background-image: linear-gradient(0deg,rgba(255,255,255,.2),rgba(255,255,255,.2)) !important;
|
||||
}
|
||||
.searchSuggestion-2K8OBX:hover,
|
||||
.form-236Xmo .btnPrimary-346kfV:hover,
|
||||
.button-22FETM:hover,
|
||||
.btn-1PnLxm.btnPrimary-1jluZW:hover:not(:disabled),
|
||||
|
@ -226,6 +232,7 @@
|
|||
.lookFilled-1Gx00P.colorLink-35jkBc:hover {
|
||||
background-image: linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.1)) !important;
|
||||
}
|
||||
.searchSuggestion-2K8OBX:active,
|
||||
.form-236Xmo .btnPrimary-346kfV:active,
|
||||
.button-22FETM:active,
|
||||
.btn-1PnLxm.btnPrimary-1jluZW:active:not(:disabled),
|
||||
|
|
Loading…
Reference in New Issue