mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 11:27:36 -02:30
Number input styling
This commit is contained in:
@@ -157,6 +157,39 @@
|
||||
border:1px solid @field-border-sel;
|
||||
}
|
||||
|
||||
.ui-spinner{
|
||||
height: 30px;
|
||||
background-color: @field-secondary-bg;
|
||||
border-radius: 5px;
|
||||
border:1px solid @field-border;
|
||||
color: @field-input-text;
|
||||
}
|
||||
|
||||
.ui-spinner-input{
|
||||
color: @field-input-text;
|
||||
background-color: @field-secondary-bg;
|
||||
}
|
||||
|
||||
.ui-spinner-input:focus{
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.ui-spinner-button{
|
||||
border-left:1px solid @field-border!important;
|
||||
background-color: @field-button-bg !important;
|
||||
}
|
||||
|
||||
.ui-spinner-button:hover{
|
||||
background-color:@field-button-hov !important;
|
||||
cursor: pointer!important;
|
||||
}
|
||||
|
||||
.Form-numberInputButton{
|
||||
color: @field-label!important;
|
||||
font-size: 14px;
|
||||
|
||||
}
|
||||
|
||||
.Form-dropDown {
|
||||
height: 30px !important;
|
||||
background-color: @field-secondary-bg!important;
|
||||
|
||||
Reference in New Issue
Block a user