This commit is contained in:
Mirco Wittrien 2020-10-29 16:59:00 +01:00
parent 38ef539397
commit 4554569ec7
2 changed files with 10 additions and 3 deletions

View File

@ -1987,13 +1987,13 @@ img[src*="/assets/0f4d1ff76624bb45a3fee4189279ee92.svg"] + * + *::before {
color: var(--bd-blue);
}
.bd-addon-list .bd-card-footer button {
.bd-addon-list .bd-footer button {
background: var(--bd-blue);
}
.bd-addon-list .bd-card-footer button:hover {
.bd-addon-list .bd-footer button:hover {
background: var(--vaccentcolor-hover);
}
.bd-addon-list .bd-card-footer button:active {
.bd-addon-list .bd-footer button:active {
background: var(--vaccentcolor-active);
}
@ -2013,6 +2013,10 @@ img[src*="/assets/0f4d1ff76624bb45a3fee4189279ee92.svg"] + * + *::before {
box-shadow: none;
}
html .editor-wrapper .bd-monokai .ace_marker-layer .ace_selection {
background-color: rgb(var(--vmentioncolor));
}
.embedFull-2tM8--[style*="border-color: rgb(62, 130, 229)"],
.embedFull-2tM8--[style*="border-color: rgb(62, 130, 226)"] {
border-color: rgb(var(--vaccentcolor)) !important;

View File

@ -4115,6 +4115,9 @@ html .ace_scrollbar.ace_scrollbar-h {
html .ace_scrollbar.ace_scrollbar-h .ace_scrollbar-inner {
height: 10px !important;
}
html .editor-wrapper .bd-monokai .ace_marker-layer .ace_selection {
background-color: rgb(var(--vmentioncolor));
}
html .ace_scrollbar.ace_scrollbar-v::-webkit-scrollbar {
width: 10px;