Add a new css selector for the high lighting a warning on the MPTT

graphical display screen in the developer module.
This commit is contained in:
Tim Almdal
2009-03-16 02:58:15 +00:00
parent bbb6effa77
commit 13a337b6cd
+6
View File
@@ -323,3 +323,9 @@ li.gGroup {
cursor: pointer;
}
/** *******************************************************************
* 8) Developer
*********************************************************************/
#gMPTT .gWarning {
background-color: #FFFF99;
}