[Netpass-devel] NetPass/www/htdocs/OSSTemplate/css site.css,1.9,1.10
Brought to you by:
jeffmurphy
From: jeff m. <jef...@us...> - 2005-06-08 16:35:51
|
Update of /cvsroot/netpass/NetPass/www/htdocs/OSSTemplate/css In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4634/www/htdocs/OSSTemplate/css Modified Files: site.css Log Message: bug fixes to editor, auth methods UI feature Index: site.css =================================================================== RCS file: /cvsroot/netpass/NetPass/www/htdocs/OSSTemplate/css/site.css,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- site.css 2 Jun 2005 19:04:54 -0000 1.9 +++ site.css 8 Jun 2005 16:35:42 -0000 1.10 @@ -233,3 +233,11 @@ TABLE#switchConfig TR.vlanmapRow { } + +BUTTON.href { + cursor: hand; + cursor: pointer; + color: #1178BC; + border: none; + background: none; +} |