Bug #21530 ยป 12557.diff
typo3/sysext/recycler/res/css/customExtJs.css (working copy) | ||
---|---|---|
.ext-el-mask-msg div {
|
||
height:30px;
|
||
background-image: url('../extJS/resources/images/default/shared/large-loading.gif');
|
||
background-image: url('../icons/loading.gif');
|
||
background-position: 155px 3px;
|
||
background-repeat: no-repeat;
|
||
}
|
typo3/sysext/t3skin/extjs/xtheme-t3skin.css (working copy) | ||
---|---|---|
.ext-el-mask-msg {
|
||
border-color:#8f8f8f;
|
||
background-color:#d7d7d7;
|
||
background-image:url(images/box/tb-typo3be.gif);
|
||
background-image:url(images/box/tb-gray.gif);
|
||
}
|
||
.ext-el-mask-msg div {
|
||
background-color: #eee;
|
||
... | ... | |
}
|
||
.x-item-disabled {
|
||
color: typo3be;
|
||
color: gray;
|
||
}
|
||
.x-item-disabled * {
|
||
color: typo3be !important;
|
||
color: gray !important;
|
||
}
|
||
.x-splitbar-proxy {
|
||
... | ... | |
}
|
||
.x-form-empty-field {
|
||
color:typo3be;
|
||
color:gray;
|
||
}
|
||
.x-small-editor .x-form-field {
|
||
... | ... | |
}
|
||
.x-btn-disabled *{
|
||
color:typo3be !important;
|
||
color:gray !important;
|
||
}
|
||
.x-btn-mc em.x-btn-arrow {
|
||
... | ... | |
}
|
||
.x-toolbar .x-item-disabled {
|
||
color:typo3be;
|
||
color:gray;
|
||
}
|
||
.x-toolbar .x-item-disabled * {
|
||
color:typo3be;
|
||
color:gray;
|
||
}
|
||
.x-toolbar .x-btn-mc em.x-btn-split {
|
||
... | ... | |
}
|
||
.x-grid-empty {
|
||
color:typo3be;
|
||
color:gray;
|
||
font:normal 11px arial, tahoma, helvetica, sans-serif;
|
||
}
|
||
... | ... | |
}
|
||
.x-tree-node .x-tree-node-disabled a span{
|
||
color:typo3be !important;
|
||
color:gray !important;
|
||
}
|
||
.x-tree-node div.x-tree-drag-insert-below{
|
||
... | ... | |
.x-tree-node .x-tree-drag-append a span{
|
||
background-color:#ddd;
|
||
border-color:typo3be;
|
||
border-color:gray;
|
||
}
|
||
.x-tree-node .x-tree-node-over {
|
||
... | ... | |
}
|
||
.x-box-blue .x-box-bl, .x-box-blue .x-box-br, .x-box-blue .x-box-tl, .x-box-blue .x-box-tr {
|
||
background-image: url(images/box/corners-typo3be.gif);
|
||
background-image: url(images/box/corners-gray.gif);
|
||
}
|
||
.x-box-blue .x-box-bc, .x-box-blue .x-box-mc, .x-box-blue .x-box-tc {
|
||
background-image: url(images/box/tb-typo3be.gif);
|
||
background-image: url(images/box/tb-gray.gif);
|
||
}
|
||
.x-box-blue .x-box-mc {
|
||
... | ... | |
}
|
||
.x-box-blue .x-box-ml {
|
||
background-image: url(images/box/l-typo3be.gif);
|
||
background-image: url(images/box/l-gray.gif);
|
||
}
|
||
.x-box-blue .x-box-mr {
|
||
background-image: url(images/box/r-typo3be.gif);
|
||
background-image: url(images/box/r-gray.gif);
|
||
}
|
||
#x-debug-browser .x-tree .x-tree-node a span {
|
||
color:#333333;
|