js-marketplace-2014/examples/textfield/style.css

13 lines
171 B
CSS

#fieldContents {
font-family: monospace;
}
.cursor {
border-left: solid red 1px;
border-right: solid red 1px;
}
.highlight {
background-color: yellow;
}