scope the input CSS to the jspsych-display-element

This commit is contained in:
Josh de Leeuw 2018-05-03 10:12:48 -04:00
parent 7dba81b83b
commit 66f21d9e7d

View File

@ -50,7 +50,7 @@
/* Form elements like input fields and buttons */
input[type="text"] {
.jspsych-display-element input[type="text"] {
font-family: 'Open Sans', 'Arial', sans-serif;
font-size: 14px;
}