From b2633ba4a72ef019b916ea6fa7937f88796f4cca Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Wed, 13 Feb 2008 13:10:14 -0600 Subject: [PATCH] Correcting style for reset input type to match submit input type Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css index fd06551466..5614ee4378 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -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 + -- 2.11.0