This commit is contained in:
Mirco Wittrien 2020-06-23 23:17:09 +02:00
parent 93f9dda67e
commit 89323de631
2 changed files with 7 additions and 7 deletions

View File

@ -5258,11 +5258,11 @@ body:before {
.action-1lSjCi.create-3jownz .actionButton-2PeQbJ,
.ui-button.brand.filled,
.lookFilled-1Gx00P.hoverBrand-1_Fxlk.hasHover-3X1-zV:hover,
.lookFilled-1Gx00P.colorBrand-3pXr91:not([style*="background-color"]) {
.lookFilled-1Gx00P.colorBrand-3pXr91:not(.buttonColor-7qQbGO):not([style*="background-color"]) {
text-shadow: 1px 1px var(--vtextshadow);
}
.lookFilled-1Gx00P.hoverBrand-1_Fxlk.hasHover-3X1-zV:hover svg,
.lookFilled-1Gx00P.colorBrand-3pXr91:not([style*="background-color"]) svg {
.lookFilled-1Gx00P.colorBrand-3pXr91:not(.buttonColor-7qQbGO):not([style*="background-color"]) svg {
filter: drop-shadow(1px 1px var(--vtextshadow));
}

View File

@ -1532,22 +1532,22 @@
.lookInverted-2D7oAl.colorBrand-3pXr91 .spinnerItem-3GlVyU,
.lookOutlined-3sRXeN.colorBrand-3pXr91 .spinnerItem-3GlVyU,
.lookGhost-2Fn_0-.colorBlack-1jwPVL .spinnerItem-3GlVyU,
.lookGhost-2Fn_0-.colorBrand-3pXr91 .spinnerItem-3GlVyU,
.lookLink-9FtZy-.colorBrand-3pXr91 .spinnerItem-3GlVyU {
background-color: rgb(var(--vaccentcolor));
}
.btn-1PnLxm.btnPrimary-1jluZW:hover:not(:disabled),
.lookFilled-1Gx00P.colorBrand-3pXr91:hover,
.lookFilled-1Gx00P.colorBrand-3pXr91:not(.buttonColor-7qQbGO):hover,
#app-mount .lookFilled-1Gx00P.hoverBrand-1_Fxlk.hasHover-3X1-zV:hover {
background: var(--vaccentcolor-hover);
}
.lookFilled-1Gx00P.colorBrand-3pXr91:active,
.lookFilled-1Gx00P.colorBrand-3pXr91:not(.buttonColor-7qQbGO):active,
#app-mount .lookFilled-1Gx00P.hoverBrand-1_Fxlk.hasHover-3X1-zV:active {
background: var(--vaccentcolor-active);
}
.btn-1PnLxm.btnPrimary-1jluZW,
.lookFilled-1Gx00P.colorBrand-3pXr91,
.lookFilled-1Gx00P.colorBrand-3pXr91:disabled {
.lookFilled-1Gx00P.colorBrand-3pXr91:not(.buttonColor-7qQbGO),
.lookFilled-1Gx00P.colorBrand-3pXr91:not(.buttonColor-7qQbGO):disabled {
background: rgb(var(--vaccentcolor));
}
.lookInverted-2D7oAl.colorBrand-3pXr91:hover,