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

13 lines
171 B
CSS
Raw Normal View History

2016-04-06 16:22:30 +00:00
#fieldContents {
font-family: monospace;
}
.cursor {
border-left: solid red 1px;
border-right: solid red 1px;
}
.highlight {
background-color: yellow;
}