Added facet tabs coloring

Facet tabs are now colored according to their group.

https://fedorahosted.org/freeipa/ticket/1976
This commit is contained in:
Petr Vobornik
2011-12-12 19:16:46 +01:00
committed by Endi S. Dewata
parent 2d6eeb205e
commit cb649f2de2
4 changed files with 28 additions and 8 deletions

View File

@@ -280,7 +280,7 @@ IPA.facet_header = function(spec) {
that.create_facet_group = function(container, facet_group) {
var section = $('<span/>', {
var section = $('<div/>', {
name: facet_group.name,
'class': 'facet-group'
}).appendTo(container);