demo gui query font size

This commit is contained in:
Marko Budiselic 2016-03-20 17:30:28 +01:00
parent 7f841dfa71
commit c14fc8cb2f

View File

@ -3,6 +3,10 @@ body {
background-color: #eee;
}
.CodeMirror pre {
font-size: 13px;
}
/* label color inactive */
.input-field label {
color: #000;