Modify Hipchat input field to behave like a dropdown

* Fixed UX issues
This commit is contained in:
Marliana Lara
2017-07-31 13:21:21 -04:00
parent 9d1853f6df
commit 4bcd72b1ed
10 changed files with 40 additions and 22 deletions

View File

@@ -63,17 +63,16 @@
.Form-title--is_ldap_user,
.Form-title--is_external_account,
.Form-title--roleType {
height:15px;
color: @default-interface-txt;
background-color: @default-list-header-bg;
border-radius: 5px;
color: @default-interface-txt;
font-size: 10px;
padding-left: 10px;
padding-right: 10px;
margin-left: 10px;
text-transform: uppercase;
font-weight: 100;
height:15px;
margin-left: 10px;
margin-top: 2.25px;
padding: 0 10px;
text-transform: uppercase;
}
.Form-exitHolder {
@@ -523,11 +522,6 @@ input[type='radio']:checked:before {
.Form-mixedInputGroup {
width: 100%;
.Form-lookupButton {
border-right:1px solid @field-border;
}
}
.FormToggle {}