Merge pull request #9988 from shivapoudel/password-field
Add styles for password input field in wc options panel
This commit is contained in:
commit
2e5307fdde
|
@ -2943,7 +2943,8 @@ img.help_tip {
|
||||||
|
|
||||||
input[type="text"],
|
input[type="text"],
|
||||||
input[type="email"],
|
input[type="email"],
|
||||||
input[type="number"] {
|
input[type="number"],
|
||||||
|
input[type="password"] {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
@ -2960,6 +2961,7 @@ img.help_tip {
|
||||||
input[type="text"].short,
|
input[type="text"].short,
|
||||||
input[type="email"].short,
|
input[type="email"].short,
|
||||||
input[type="number"].short,
|
input[type="number"].short,
|
||||||
|
input[type="password"].short,
|
||||||
.short {
|
.short {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue