[Logconsole-cvs] LogConsole/src/WEB-INF/CSS ResultListBean.css,NONE,1.1
Brought to you by:
bavodr
|
From: Bavo De R. <ba...@us...> - 2004-11-23 11:13:09
|
Update of /cvsroot/logconsole/LogConsole/src/WEB-INF/CSS In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9094/src/WEB-INF/CSS Added Files: ResultListBean.css Log Message: Initial revision --- NEW FILE: ResultListBean.css --- TR.RecordDebug { background-color: white; } TR.RecordDebug:hover { background-color: grey; } TR.RecordInfo { background-color: white; } TR.RecordInfo:hover { background-color: grey; } TR.RecordWarn { background-color: orange; } TR.RecordWarn:hover { background-color: grey; } TR.RecordError { background-color: red; } TR.RecordError:hover { background-color: grey; } |