No more lightpink for disabled copy editor
authorJason Etheridge <jason@esilibrary.com>
Fri, 12 Aug 2011 20:04:43 +0000 (16:04 -0400)
committerJason Etheridge <jason@esilibrary.com>
Fri, 12 Aug 2011 20:04:43 +0000 (16:04 -0400)
Folks can still provide custom CSS against those class hooks if desired

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Open-ILS/xul/staff_client/server/skin/cat.css

index 27d055a..b696821 100644 (file)
@@ -18,5 +18,5 @@ row#batch_bar { background-color: gray; }
 .part_column { display: none; }
 */
 
-.disabled_copy_editor { background-color: LightPink; }
-.enabling_copy_editor { background-color: LightPink; }
+.disabled_copy_editor { }
+.enabling_copy_editor { }