mirror of
https://github.com/zadam/trilium.git
synced 2025-12-04 22:44:25 +01:00
Fix typos in mathform.css
This commit is contained in:
parent
de80eb4806
commit
a0f16f9184
@ -186,7 +186,7 @@
|
||||
border-radius: var(--ck-border-radius, 6px);
|
||||
font-size: var(--ck-font-size-base);
|
||||
box-sizing: border-box;
|
||||
background: var(--ck-color-input-background,) !important;
|
||||
background: var(--ck-color-input-background) !important;
|
||||
color: var(--ck-color-input-text, inherit);
|
||||
outline: 3px solid transparent;
|
||||
outline-offset: 6px;
|
||||
@ -202,7 +202,7 @@
|
||||
|
||||
.ck-math-view .ck-labeled-field-view textarea:hover,
|
||||
.ck-math-view .ck-labeled-field-view textarea:focus {
|
||||
background: var(--ck-color-input-background, ) !important;
|
||||
background: var(--ck-color-input-background) !important;
|
||||
color: var(--ck-color-input-text, inherit) !important;
|
||||
outline: none !important;
|
||||
box-shadow: none !important;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user