fix text styling

This commit is contained in:
Ali Abid 2020-08-26 14:20:47 -07:00
parent cdd51c1829
commit 95c7b78b60

View File

@ -7,17 +7,13 @@ body#lib {
button, input[type="submit"], input[type="reset"], input[type="text"], input[type="button"], select[type="submit"] {
border: none;
font: inherit;
cursor: pointer;
outline: inherit;
-webkit-appearance: none;
}
select {
font: inherit;
}
label, input[type=radio], input[type=checkbox], select, input[type=range] {
cursor: pointer;
}
button, input[type="submit"], input[type="reset"], input[type="button"], select[type="submit"] {
label, input[type=radio], input[type=checkbox], select, input[type=range], button, input[type="submit"], input[type="reset"], input[type="button"], select[type="submit"] {
cursor: pointer;
}