Merge pull request #22590 from woocommerce/fix/22395
Added more types of input to styling in admin/variations.
This commit is contained in:
commit
db36dea3d0
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue