--- loncom/interface/loncommon.pm 2006/06/22 17:56:06 1.386 +++ loncom/interface/loncommon.pm 2006/06/22 19:01:30 1.387 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.386 2006/06/22 17:56:06 albertel Exp $ +# $Id: loncommon.pm,v 1.387 2006/06/22 19:01:30 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3333,6 +3333,18 @@ table#LC_portfolio_actions td.LC_value { background: $tabbg; } +table.LC_brower { +} +table.LC_browser tr.LC_browser_file { + background: #CCFF88 +} +table.LC_browser tr.LC_browser_file_locked { + background: #FFAA99 +} +table.LC_browser tr.LC_browser_folder { + background: #CCCCFF +} + END }