1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

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:
Chris Houseknecht 2014-07-23 10:01:10 -04:00
parent 509bf5b224
commit 7f344549aa

View File

@ -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;