syndicate-2017/js/examples/textfield-dsl/style.css

13 lines
171 B
CSS
Raw Normal View History

2016-03-19 19:06:23 +00:00
#fieldContents {
font-family: monospace;
}
.cursor {
border-left: solid red 1px;
border-right: solid red 1px;
}
.highlight {
background-color: yellow;
}