more prevalent cursor in codemirror + build
This commit is contained in:
parent
e1b12b5dc6
commit
ef60a24535
|
@ -41,6 +41,10 @@ AFRAME.registerComponent('codemirror', {
|
|||
width: ${me.com.data.width}px !important;
|
||||
height: ${me.com.data.height-30}px !important;
|
||||
}
|
||||
.cm-s-shadowfox .CodeMirror-cursor {
|
||||
border-left: 10px solid #a5f !important;
|
||||
visibility: visible !important;
|
||||
}
|
||||
.codemirror *{
|
||||
font-size: 14px;
|
||||
font-family: "Cousine",Liberation Mono,DejaVu Sans Mono,Courier New,monospace;
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue