Password element styling

This commit is contained in:
Jared Tabor
2016-02-11 23:35:44 -08:00
parent 3503ec9deb
commit 7509fdf751
2 changed files with 30 additions and 2 deletions

View File

@@ -251,6 +251,34 @@
width: 100%;
}
.Form-passwordButton{
height: 30px;
color: @field-lookup-btn-icon!important;
text-transform: uppercase;
line-height: 1;
padding-left: 7px;
padding-right: 7px;
background-color: @field-lookup-btn-bg;
border:1px solid @field-border;
}
.Form-passwordButton:hover {
cursor: pointer;
background-color: @field-lookup-btn-hov-bg;
border: 1px solid @field-border;
color: @field-lookup-btn-icon;
}
.Form-passwordButton:focus{
border: 1px solid @field-border;
background-color: @field-lookup-btn-hov-bg;
}
.Form-passwordButton:active {
border: 1px solid @field-border;
background-color: @field-lookup-btn-hov-bg;
}
.Form-lookupButton {
height: 30px;
width: 30px;