From 7f344549aaafe3662f5b1aeed658a57fdd169bdc Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Wed, 23 Jul 2014 10:01:10 -0400 Subject: [PATCH] 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. --- awx/ui/static/less/jquery-ui-overrides.less | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/awx/ui/static/less/jquery-ui-overrides.less b/awx/ui/static/less/jquery-ui-overrides.less index 36ac892c11..94c66b7b95 100644 --- a/awx/ui/static/less/jquery-ui-overrides.less +++ b/awx/ui/static/less/jquery-ui-overrides.less @@ -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;