Index: branches/unlabeled/unlabeled-1.8.10/kernel/admin_templates/incs/style.css =================================================================== diff -u -r3667 -r4039 --- branches/unlabeled/unlabeled-1.8.10/kernel/admin_templates/incs/style.css (.../style.css) (revision 3667) +++ branches/unlabeled/unlabeled-1.8.10/kernel/admin_templates/incs/style.css (.../style.css) (revision 4039) @@ -502,4 +502,14 @@ .grid_id_cell TD { padding-right: 2px; +} + +.transparent { + filter: alpha(opacity=50); + -moz-opacity: .5; + opacity: .5; +} + +.none_transparent { + } \ No newline at end of file