blue.css : adding some styles
authorPaul POULAIN <paul@koha-fr.org>
Wed, 24 Oct 2007 19:35:24 +0000 (14:35 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Wed, 24 Oct 2007 22:06:52 +0000 (17:06 -0500)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/css/blue.css

index 2914572..b9c9083 100644 (file)
@@ -63,4 +63,14 @@ th {
 
 .yui-u {
 border: 1px solid #bbbbbb;
-}
\ No newline at end of file
+}
+
+input[type=submit], input[type=button], input[type=reset] {
+    background: url( /intranet-tmpl/prog/img/css_header.png );
+    color:white;
+    border:1px inset;
+    margin-top:10px;
+}
+input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover {
+    border:1px outset;
+}