diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-03-16 02:58:15 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-03-16 02:58:15 +0000 |
commit | 13a337b6cd575f884a2a9fef005c4984a88f28eb (patch) | |
tree | 1d3a2df714ecff045a2356d6566a6aa93fd9434a | |
parent | bbb6effa77d1635349b862ace6eff4d4cc395041 (diff) |
Add a new css selector for the high lighting a warning on the MPTT
graphical display screen in the developer module.
-rw-r--r-- | themes/admin_default/css/screen.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index 5bc90704..baf85855 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -323,3 +323,9 @@ li.gGroup { cursor: pointer; } +/** ******************************************************************* + * 8) Developer + *********************************************************************/ +#gMPTT .gWarning { + background-color: #FFFF99; +} |