more prevalent cursor in codemirror + build
This commit is contained in:
parent
e1b12b5dc6
commit
ef60a24535
2 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
BIN
dist/v86-linux.iso
vendored
BIN
dist/v86-linux.iso
vendored
Binary file not shown.
Loading…
Add table
Reference in a new issue