Show disabled entries in gray.

The users, HBAC/sudo rules, HBAC test, and SELinux list pages have
been modified to show disabled entries in gray. Icons will be added
separately.

Ticket #1996
This commit is contained in:
Endi Sukma Dewata
2012-01-18 17:58:55 -06:00
committed by Petr Voborník
parent 7c0c39581c
commit fef343ae8f
14 changed files with 239 additions and 16 deletions

View File

@@ -659,6 +659,10 @@ div[name=settings].facet-group li a {
bottom: 35px;
}
.content-table tbody tr.disabled {
color: gray;
}
.search-filter {
width: 215px;
-moz-border-radius: 15px !important;