[Forms] For Bug 56735: hide pwd button
This commit is contained in:
parent
a5d2333889
commit
877e9123a0
|
@ -669,4 +669,19 @@
|
||||||
|
|
||||||
.font-size-large {
|
.font-size-large {
|
||||||
.fontsize(@font-size-large);
|
.fontsize(@font-size-large);
|
||||||
|
}
|
||||||
|
|
||||||
|
.input-field-btn {
|
||||||
|
.select-button {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.input-error {
|
||||||
|
&:before {
|
||||||
|
right: 3px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
input {
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue