diff --git a/amadeus/static/css/base/amadeus.css b/amadeus/static/css/base/amadeus.css index d5db24a..cc15a02 100755 --- a/amadeus/static/css/base/amadeus.css +++ b/amadeus/static/css/base/amadeus.css @@ -66,7 +66,7 @@ /* category app starts */ .panel-invisible{ - background-color: #BDBDBD; + background-color: #4c4c4c !important; } .category-panel > .panel-heading { diff --git a/categories/templates/categories/list.html b/categories/templates/categories/list.html index 2b0d8d7..bc00301 100755 --- a/categories/templates/categories/list.html +++ b/categories/templates/categories/list.html @@ -96,8 +96,8 @@ {% elif request.user in category.coordinators.all or request.user.is_staff %} -