Bug #23133 ยป path-15050-v1.diff
/Users/phorax/Clients+/_TYPO3/typo3_src-svn/typo3/sysext/t3skin/rtehtmlarea/htmlarea.css 2010-07-08 17:39:10.000000000 +0200 | ||
---|---|---|
border-bottom:1px solid #A2AAB8;
|
||
}
|
||
.htmlarea .statusBar {
|
||
background-color: #5b5b5b;
|
||
background-image: url('../../images/backgrounds/row-header.png');
|
||
background-image: linear-gradient(center top , #7f7f7f 10%, #5b5b5b 100%);
|
||
background-image: -moz-linear-gradient(center top , #7f7f7f 10%, #5b5b5b 100%);
|
||
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0.1, #7f7f7f), color-stop(1, #5b5b5b));
|
||
background-repeat: repeat-x;
|
||
background-color: #5b5b5b;
|
||
background-image: url('../images/backgrounds/row-header.png');
|
||
background-image: linear-gradient(center top , #7f7f7f 10%, #5b5b5b 100%);
|
||
background-image: -moz-linear-gradient(center top , #7f7f7f 10%, #5b5b5b 100%);
|
||
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0.1, #7f7f7f), color-stop(1, #5b5b5b));
|
||
background-repeat: repeat-x;
|
||
border: 1px solid #c7c7c7;
|
||
color: #FFFFFF;
|
||
font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
|
||
font-size: 10px;
|
||
border: 1px solid #c7c7c7;
|
||
line-height: 20px;
|
||
margin: 0;
|
||
padding: 0 3px;
|
||
line-height: 20px;
|
||
font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
|
||
}
|
||
.htmlarea .statusBar .statusBarTree a {
|
||
color:#FFFFFF;
|