mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
Accordion styles
Fixed active accordion style background. The active accordion now has a grey background. Inactive and hovered accordion headers now have a white background.
This commit is contained in:
parent
509bf5b224
commit
7f344549aa
@ -130,10 +130,14 @@ table.ui-datepicker-calendar {
|
||||
border: 1px solid @grey;
|
||||
}
|
||||
|
||||
.ui-state-active {
|
||||
.ui-accordion-header-active {
|
||||
background-color: #E8E8E8;
|
||||
}
|
||||
|
||||
/*.ui-state-active {
|
||||
background-image: none;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
}*/
|
||||
|
||||
.ui-widget-content {
|
||||
border: 1px solid @grey;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user