Project

General

Profile

Bug #21689 » buttons-type+reset.patch

Administrator Admin, 2009-11-25 17:27

View differences:

typo3/sysext/t3skin/stylesheets/stylesheet_post.css (Arbeitskopie)
}
/* 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;
......
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;
......
}
/* 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;
......
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;
(1-1/2)