[style] fixed autocomplete widget
This commit is contained in:
parent
663100fe29
commit
db3a6101f6
2 changed files with 16 additions and 6 deletions
|
|
@ -385,15 +385,20 @@ fieldset[disabled] .form-control {
|
|||
}
|
||||
.ui-datepicker .ui-state-active,
|
||||
.ui-autocomplete .ui-state-active {
|
||||
background-color: #5E64FF !important;
|
||||
color: #fff !important;
|
||||
background-color: #F0F4F7 !important;
|
||||
color: #36414C !important;
|
||||
text-shadow: none !important;
|
||||
border: none;
|
||||
}
|
||||
.ui-datepicker .ui-state-active .small,
|
||||
.ui-autocomplete .ui-state-active .small {
|
||||
color: #555 !important;
|
||||
}
|
||||
.ui-menu .ui-menu-item {
|
||||
padding: 7px;
|
||||
font-size: 12px;
|
||||
}
|
||||
.ui-menu .ui-menu-item a {
|
||||
padding: 9px 11.8px !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
|
|
|
|||
|
|
@ -198,16 +198,21 @@ textarea.form-control {
|
|||
}
|
||||
|
||||
.ui-state-active {
|
||||
background-color: @brand-primary !important;
|
||||
color: #fff !important;
|
||||
background-color: @btn-bg !important;
|
||||
color: @text-color !important;
|
||||
text-shadow: none !important;
|
||||
border: none;
|
||||
|
||||
.small {
|
||||
color: #555 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ui-menu .ui-menu-item {
|
||||
padding: 7px;
|
||||
font-size: @text-medium;
|
||||
a {
|
||||
padding: 9px 11.8px !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue