mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02: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:
@@ -130,10 +130,14 @@ table.ui-datepicker-calendar {
|
|||||||
border: 1px solid @grey;
|
border: 1px solid @grey;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-state-active {
|
.ui-accordion-header-active {
|
||||||
|
background-color: #E8E8E8;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*.ui-state-active {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
.ui-widget-content {
|
.ui-widget-content {
|
||||||
border: 1px solid @grey;
|
border: 1px solid @grey;
|
||||||
|
|||||||
Reference in New Issue
Block a user