Project

General

Profile

Bug #18832 ยป 20080524_remove_itemstyling.patch

Administrator Admin, 2008-05-25 11:12

View differences:

typo3/sysext/t3skin/stylesheets/stylesheet_post.css (working copy)
color: #212424;
}
textarea, input {
border-top: 1px solid #838EA0;
border-left: 1px solid #838EA0;
border-right: 1px solid #545861;
border-bottom: 1px solid #545861;
background-color: #FEFEFE;
}
textarea:hover, input:hover {
border-top: 1px solid #AAAAAA;
border-left: 1px solid #AAAAAA;
border-right: 1px solid #888888;
border-bottom: 1px solid #888888;
}
textarea:focus, input:focus {
border-top: 1px solid #999999;
border-left: 1px solid #999999;
border-right: 1px solid #777777;
border-bottom: 1px solid #777777;
}
.checkbox,
.checkbox:hover,
input[type="checkbox"] {
    (1-1/1)