Index: typo3/sysext/t3skin/stylesheets/stylesheet_post.css =================================================================== --- typo3/sysext/t3skin/stylesheets/stylesheet_post.css (Revision 6543) +++ typo3/sysext/t3skin/stylesheets/stylesheet_post.css (Arbeitskopie) @@ -88,7 +88,7 @@ } /* Format input elements */ -textarea, input[type="submit"] { +textarea, input[type="submit"], input[type="reset"], input[type="button"] { border-top: 1px solid #838EA0; border-left: 1px solid #838EA0; border-right: 1px solid #545861; @@ -96,14 +96,14 @@ background-color: #FEFEFE; } -textarea:hover, input[type="submit"]:hover { +textarea:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover { border-top: 1px solid #AAAAAA; border-left: 1px solid #AAAAAA; border-right: 1px solid #888888; border-bottom: 1px solid #888888; } -textarea:focus, input[type="submit"]:focus { +textarea:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus { border-top: 1px solid #999999; border-left: 1px solid #999999; border-right: 1px solid #777777; @@ -111,14 +111,14 @@ } /* Reformatting of the submit buttons */ -input[type="submit"] { +input[type="submit"], input[type="reset"], input[type="button"] { border-top: none; border-left: none; border-right: none; border-bottom: none; } -input[type="submit"] { +input[type="submit"], input[type="reset"], input[type="button"] { background-color: #c3c7ce; background: url('../icons/gfx/bg_input_button.gif') repeat-x; color: #333; @@ -127,7 +127,7 @@ cursor: pointer; } -input[type="submit"]:hover { +input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover { background: #c3c7ce url('../icons/gfx/bg_input_button_hover.gif') repeat-x; color: #000; border: 1px solid #737F91; Index: typo3/sysext/t3skin/stylesheets/typo3-index-php.css =================================================================== --- typo3/sysext/t3skin/stylesheets/typo3-index-php.css (Revision 6543) +++ typo3/sysext/t3skin/stylesheets/typo3-index-php.css (Arbeitskopie) @@ -175,12 +175,9 @@ } body#typo3-index-php .t3-login-submit { - font-size: 11px; - border-color: #7c7c7c; margin: 15px 0 0 95px; padding: 3px 16px; text-align: left; - background: #d6d6d6 url(../backgrounds/login_submit_bg.gif) repeat-x; } body#typo3-index-php .t3-login-error {