Lookup field styling

This does not include the modal restyling, but simply the input style itself
This commit is contained in:
Jared Tabor
2016-01-29 15:08:05 -08:00
parent 88aef61ae2
commit 1bf1fa6e9e
3 changed files with 28 additions and 2 deletions

View File

@@ -207,6 +207,29 @@
width: 100%;
}
.Form-lookupButton {
height: 30px;
width: 30px;
color: @field-lookup-btn-icon!important;
font-size: 16px;
background-color: @field-lookup-btn-bg;
display: flex;
align-items: center;
justify-content: center;
border:1px solid @field-border;
}
.Form-lookupButton:hover {
cursor: pointer;
background-color: @field-lookup-btn-hov-bg;
border: 1px solid @field-border;
color: @field-lookup-btn-icon;
}
.Form-lookupButton:focus {
border: 1px solid @field-border;
}
.CodeMirror{
border-radius: 5px;
font-family: 'Open Sans';