Correcting style for reset input type to match submit input type
authorChris Nighswonger <cnighswonger@foundations.edu>
Wed, 13 Feb 2008 19:10:14 +0000 (13:10 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Sat, 16 Feb 2008 17:26:23 +0000 (11:26 -0600)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css

index fd06551..5614ee4 100644 (file)
@@ -1278,6 +1278,19 @@ input[type=submit]:active, input[type=button]:active, input.submit:active {
        border : 1px inset #999999;
 }
 
+input[type=reset], input[type=button], input.submit {
+       border: 1px outset #999999;
+       border-top-color: #666;
+       border-left-color: #666;
+       padding: 0.25em;
+       background : #E8E8E8 url(../../img/button-bg.gif) top left repeat-x;
+       color: #333333;
+}
+
+input[type=reset]:active, input[type=button]:active, input.submit:active {
+       border : 1px inset #999999;
+}
+
 .searchhighlightblob {
     font-size:75%;
        font-style : italic;
@@ -1429,4 +1442,4 @@ ul#i18nMenu li.more ul li a {
   height:100%;
   overflow:auto;
  }
\ No newline at end of file