mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 00:07:40 -02:30
Lookup field styling
This does not include the modal restyling, but simply the input style itself
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user