Skip to content

Commit

Permalink
Added more types of input to styling in admin/variations.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfabian committed Jan 28, 2019
1 parent 00a93ae commit ad06f62
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions assets/css/admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4797,8 +4797,20 @@
float: right;
}

input[type=text],
input[type=number],
input[type="text"],
input[type="number"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
width: 100%;
Expand Down

0 comments on commit ad06f62

Please sign in to comment.