|
From: Benjamin C. <bc...@us...> - 2005-02-16 13:53:54
|
Update of /cvsroot/phpbt/phpbt/styles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29532/styles Modified Files: default.css Log Message: Modified patch from Ulf Erikson - Highlight bug rows on hover (clickable too). Fails to work in non-standards-compliant browsers (IE) Index: default.css =================================================================== RCS file: /cvsroot/phpbt/phpbt/styles/default.css,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- default.css 25 Oct 2004 12:07:02 -0000 1.5 +++ default.css 16 Feb 2005 13:53:40 -0000 1.6 @@ -21,6 +21,11 @@ background: #dddddd; } +tr.bugrow:hover { + background: #ccffcc; + cursor: pointer; +} + th { font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif"; font-size: 12px; |