We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8be65cf + 9f043d7 commit afffd18Copy full SHA for afffd18
1 file changed
web/css/main.css
@@ -630,10 +630,11 @@ form {
630
border: 1px solid #c0c0c0;
631
border-radius: 3px 3px 3px 3px;
632
color: #555;
633
- font-size: 18px;
+ font-size: 12pt;
634
padding: 5px;
635
width: 360px;
636
height: 120px;
637
+ font-family:Arial, Helvetica, sans-serif;
638
}
639
640
.vst-textinput:hover {
@@ -657,6 +658,7 @@ form {
657
658
659
660
height: 28px;
661
+ margin: 0 6px 0 0;
662
663
664
.vst-input:hover {
@@ -688,6 +690,7 @@ form {
688
690
.vst-checkbox {
689
691
692
font-size: 12pt;
693
+ border: 1px solid #f7f6ed;
694
695
696
.vst-checkbox:hover {
@@ -817,5 +820,4 @@ form {
817
820
.hint {
818
821
font-size: 14pt;
819
822
color: #7fa1cb;
- padding: 5px;
823
0 commit comments