mirror of
https://github.com/grafana/grafana.git
synced 2025-01-09 07:33:42 -06:00
fix: align input backgrounds for code editors
This commit is contained in:
parent
729d1d1da9
commit
1828ace4b3
@ -14,7 +14,7 @@ ace.define("ace/theme/grafana-dark",["require","exports","module","ace/lib/dom"]
|
|||||||
background: #555651\
|
background: #555651\
|
||||||
}\
|
}\
|
||||||
.gf-code-dark {\
|
.gf-code-dark {\
|
||||||
background-color: #111;\
|
background-color: #09090b;\
|
||||||
color: #e0e0e0\
|
color: #e0e0e0\
|
||||||
}\
|
}\
|
||||||
.gf-code-dark .ace_cursor {\
|
.gf-code-dark .ace_cursor {\
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
cursor: text;
|
cursor: text;
|
||||||
line-height: $line-height-base;
|
line-height: $line-height-base;
|
||||||
color: $text-color;
|
color: $text-color;
|
||||||
background-color: $panel-bg;
|
background-color: $input-bg;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
border: $panel-border;
|
border: $panel-border;
|
||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
|
Loading…
Reference in New Issue
Block a user