Add styles for password input field in wc options panel
This commit is contained in:
parent
e4c45c0c47
commit
316be35747
|
@ -2943,7 +2943,8 @@ img.help_tip {
|
|||
|
||||
input[type="text"],
|
||||
input[type="email"],
|
||||
input[type="number"] {
|
||||
input[type="number"],
|
||||
input[type="password"] {
|
||||
width: 50%;
|
||||
float: left;
|
||||
}
|
||||
|
@ -2960,6 +2961,7 @@ img.help_tip {
|
|||
input[type="text"].short,
|
||||
input[type="email"].short,
|
||||
input[type="number"].short,
|
||||
input[type="password"].short,
|
||||
.short {
|
||||
width: 50%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue