[TYPO3-core] RFC #12807: Bug: CSS issues with buttons (Recycler / File Mass Uploader)
Helmut Hummel
helmut at typo3.org
Fri Dec 25 13:17:10 CET 2009
Hi,
Am 23.12.09 19:06, schrieb Helmut Hummel:
>
> I'll try again, digging into the ext-js css hell.
OK, this is really not that easy as expected.
What I found out is the following:
1. Button backgrounds for toolbar buttons are intentionally removed:
x-toolbar .x-btn-tl, .x-toolbar .x-btn-tr, .x-toolbar .x-btn-tc,
.x-toolbar .x-btn-ml, .x-toolbar .x-btn-mr,
.x-toolbar .x-btn-mc, .x-toolbar .x-btn-bl, .x-toolbar .x-btn-br,
.x-toolbar .x-btn-bc
{
background-position: 500px 500px;
}
That's how it works for the recycler. There the toolbars have dark
backgrounds where the white writing is easily readable.
2. For the uploader the toolbar is used in a window and not in a panel
context
In this context the background of the toollbar seems to be light grey
where the abve context does not wor any more.
Find attached a patch which takes this into account and changes the
buttons for window toolbars only.
Helmut
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 12807-v3.patch
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20091225/599b483d/attachment.asc>
More information about the TYPO3-team-core
mailing list