Feature #17732 » buttonStyle.patch
typo3_src-4.2.0beta3/typo3/sysext/t3skin/stylesheets/stylesheet_post.css 2008-03-08 16:52:24.000000000 +0100 | ||
---|---|---|
}
|
||
a:hover {
|
||
color: #000000;
|
||
color: #000;
|
||
background-color: transparent;
|
||
}
|
||
... | ... | |
background-color: transparent;
|
||
}
|
||
select, textarea, input, td, body, .defstyle, p, div {
|
||
select, textarea, input, button, td, body, .defstyle, p, div {
|
||
color: #212424;
|
||
}
|
||
textarea, input {
|
||
textarea, input, button {
|
||
border-top: 1px solid #838EA0;
|
||
border-left: 1px solid #838EA0;
|
||
border-right: 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:hover, input:hover, button:hover {
|
||
border-top: 1px solid #AAA;
|
||
border-left: 1px solid #AAA;
|
||
border-right: 1px solid #888;
|
||
border-bottom: 1px solid #888;
|
||
}
|
||
textarea:focus, input:focus {
|
||
textarea:focus, input:focus, button:focus {
|
||
border-top: 1px solid #999999;
|
||
border-left: 1px solid #999999;
|
||
border-right: 1px solid #777777;
|