Update BlurpleRecolor.css

This commit is contained in:
Mirco Wittrien 2020-07-17 10:56:12 +02:00
parent b1b1e341e4
commit 99973b0b03
1 changed files with 16 additions and 0 deletions

View File

@ -1870,6 +1870,9 @@ img[src*="/assets/0f4d1ff76624bb45a3fee4189279ee92.svg"] + * + *:before {
background: rgb(var(--bd-blue));
}
.bd-modal-wrapper .footer button {
background: rgb(var(--bd-blue));
}
.bd-modal-wrapper .footer button:hover {
background: var(--vaccentcolor-hover);
}
@ -1877,6 +1880,9 @@ img[src*="/assets/0f4d1ff76624bb45a3fee4189279ee92.svg"] + * + *:before {
background: var(--vaccentcolor-active);
}
.bd-pfbtn {
background: rgb(var(--bd-blue));
}
.bd-pfbtn:hover {
background: var(--vaccentcolor-hover);
}
@ -1884,6 +1890,9 @@ img[src*="/assets/0f4d1ff76624bb45a3fee4189279ee92.svg"] + * + *:before {
background: var(--vaccentcolor-active);
}
.bd-button {
background: rgb(var(--bd-blue));
}
.bd-button:hover {
background: var(--vaccentcolor-hover);
}
@ -1891,6 +1900,13 @@ img[src*="/assets/0f4d1ff76624bb45a3fee4189279ee92.svg"] + * + *:before {
background: var(--vaccentcolor-active);
}
.bd-addon-list .bd-footer a {
color: rgb(var(--bd-blue));
}
.bd-addon-list .bd-card-footer button {
background: rgb(var(--bd-blue));
}
.bd-addon-list .bd-card-footer button:hover {
background: var(--vaccentcolor-hover);
}