This commit is contained in:
Mirco Wittrien 2020-03-13 12:50:58 +01:00
parent c2b6efe0c1
commit 44bbd5482a
2 changed files with 16 additions and 0 deletions

View File

@ -5723,6 +5723,18 @@ img[src="/assets/e8b66317ab0dc9ba3bf8d41a4f3ec914.png"] { /* videosettings opus
.standardSidebarView-3F1I7i #bd-customcss-attach-controls button,
.bd-detached-css-editor #bd-customcss-attach-controls button {
color: rgb(var(--fontwhite1));
background: rgba(var(--vtransparencycolor), 0.5);
border: none !important;
border-radius: 3px !important;
margin: 5px 5px 0 0;
transition: background-color 0.1s ease;
}
.standardSidebarView-3F1I7i #bd-customcss-attach-controls button:hover,
.bd-detached-css-editor #bd-customcss-attach-controls button:hover {
background: rgb(var(--vaccentcolor));
}
.standardSidebarView-3F1I7i #editor-detached h3 {
color: rgb(var(--fontwhite3));
}
#bd-customcss-attach-controls .help-text .inline {
background-color: rgba(var(--vtransparencycolor), 0.4);

View File

@ -1718,6 +1718,10 @@ img[src*="/assets/0f4d1ff76624bb45a3fee4189279ee92.svg"] + * + *:before {
background: rgb(var(--vaccentcolor));
}
.standardSidebarView-3F1I7i #editor-detached button {
background: rgb(var(--vaccentcolor));
}
.bd-modal-wrapper .footer button {
background-color: rgb(var(--vaccentcolor));
}