From 9b6b554c72edd7dee8f87252a973e8c0cd9eb0a3 Mon Sep 17 00:00:00 2001 From: Maxime Delorme Date: Sat, 5 May 2007 11:38:12 +1200 Subject: [PATCH] Styling on submit buttons. --- htdocs/rscds.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/htdocs/rscds.css b/htdocs/rscds.css index b2f61885..beb7f2bf 100644 --- a/htdocs/rscds.css +++ b/htdocs/rscds.css @@ -221,3 +221,22 @@ background-color: white; color: #009; border-bottom:1px solid white; } +.fsubmit { +background-color: white; +font-weight: bold; +border:1px solid #009; +height:20px; +width:90%; +background-color: #DEF; +-moz-border-radius: 2em; +text-decoration:none; +color:black; +padding:0 20px; +margin:0 20px; +} +.fsubmit:hover { +border:2px outset #009; +} +.fsubmit:active { +border:2px inset #009; +} \ No newline at end of file