Index: lams_central/web/css/aqua.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/Attic/aqua.css,v diff -u -r1.13 -r1.14 --- lams_central/web/css/aqua.css 29 Jun 2006 08:21:08 -0000 1.13 +++ lams_central/web/css/aqua.css 29 Jun 2006 09:12:18 -0000 1.14 @@ -311,6 +311,28 @@ padding-bottom: 25px } +/* Hovering submit button */ +input.button { + background: url('../images/css/btn_off.gif') no-repeat 0px 20px; + color: #333; + border: 0px none; + padding-left: 20px; + padding-right: 20px; + padding-top: 25px; + padding-bottom: 25px; + text-decoration: none; +} + +input:hover.button { + background: url('../images/css/btn_over.gif') no-repeat 0px 20px; + color: #349018; + border: 0px none; + padding-left: 20px; + padding-right: 20px; + padding-top: 25px; + padding-bottom: 25px; + text-decoration: none; +} .box { display: none; min-height: 100px;