Skip to content

Control styling #26

@WORMSS

Description

@WORMSS

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.

image

<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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions