--- loncom/interface/loncommon.pm 2006/07/03 01:32:50 1.416 +++ loncom/interface/loncommon.pm 2006/07/03 03:54:29 1.417 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.416 2006/07/03 01:32:50 albertel Exp $ +# $Id: loncommon.pm,v 1.417 2006/07/03 03:54:29 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3461,6 +3461,19 @@ table#LC_helpmenu_links a:hover { color: $vlink; } +.LC_chrt_popup_exists { + border: 1px solid #339933; + margin: -1px; +} +.LC_chrt_popup_up { + border: 1px solid yellow; + margin: -1px; +} +.LC_chrt_popup { + border: 1px solid #8888FF; + background: #CCCCFF; +} + END }