-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Is it possible to remove all the styling from buttons and select controls please?
button {
text-transform: none;
background-color: transparent;
background-image: none
}
Stuff like this is being applied to every button and select and making the UI completely unusable in the preview.
<select>
<option value="test1">Test 1</option>
<option value="test2">Test 2</option>
<option value="test3">Test 3</option>
</select>
<input type="button"value="Add">
Metadata
Metadata
Assignees
Labels
No labels