This commit is contained in:
Mirco Wittrien 2020-11-17 20:40:39 +01:00
parent 4ad4088e9a
commit 443ea45681
2 changed files with 10 additions and 0 deletions

View File

@ -5503,6 +5503,9 @@ body::before {
::selection { /* selection */
background: rgb(var(--vaccentcolor));
}
.highlight {
background: rgb(var(--vaccentcolor));
}
#app-mount .elevationLow-2lY09M, #app-mount .elevationLow-126AxN, .lightElevationLow-3_Ybxi, .darkElevationLow-DABD7i {
box-shadow: 0 1px 5px 0 rgba(var(--vtransparencycolor), 0.3);
@ -7162,6 +7165,10 @@ img[src="/assets/e8b66317ab0dc9ba3bf8d41a4f3ec914.png"] { /* videosettings opus
#bd-customcss-attach-controls .help-text .inline {
background-color: rgba(var(--vtransparencycolor), 0.4);
}
html .monaco-editor .reference-zone-widget .ref-tree .referenceMatch .highlight {
background: rgb(var(--vaccentcolor));
}
/* ~~~~ 17. PLUGINSUPPORT ~~~~ */

View File

@ -4150,6 +4150,9 @@ html .monaco-editor .view-overlays .current-line {
html .mtk8 {
background-color: rgb(var(--vmentioncolor));
}
html .monaco-editor .reference-zone-widget .ref-tree .referenceMatch .highlight {
background: rgb(var(--vmentioncolor));
}
/* ~~~~ 13. POWERCORDSUPPORT ~~~~ */