Bug #22010 » 13333_v2.diff
typo3/sysext/recycler/res/css/customExtJs.css (working copy) | ||
---|---|---|
background-repeat: no-repeat;
|
||
}
|
||
.x-toolbar button {
|
||
color: #fff;
|
||
}
|
||
.delete { background-image: url('../icons/delete.gif') !important; }
|
||
.undelete { background-image: url('../icons/arrow_rotate_anticlockwise.png') !important; }
|
||
.backup { background-image: url('../icons/database_save.png') !important; }
|
typo3/sysext/t3skin/extjs/xtheme-t3skin.css (working copy) | ||
---|---|---|
background:#EFEFF4 url(images/toolbar/bg.gif) repeat-x top left;
|
||
}
|
||
.x-toolbar button {
|
||
color:#fff;
|
||
color:#333;
|
||
}
|
||
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
|
||
background-image:url(images/toolbar/btn-arrow.gif);
|
||
... | ... | |
.x-btn button{
|
||
font:normal 10px verdana, arial,tahoma,verdana,helvetica;
|
||
color:#fff;
|
||
color:#333;
|
||
font-weight: bold;
|
||
}
|
||
- « Previous
- 1
- 2
- Next »