Bug #55480
closedDouble background on ExtJs buttons
0%
Description
With this patch https://github.com/TYPO3/TYPO3.CMS/commit/1e89ca44ca051c4ec13257a91a3ef7b0db54f027 unified styles for buttons wre introduced.
In the same time there was/is bug that make ExtJs forms buttons labels invisible so one issue was missed.
ExtJs button (it's <td> tag) has its own background and inside it is rendered element <button> with second background so we have small visual issue as visible text has extra background.
Files
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Resolved
- Target version changed from 6.2.0 to 7.0
fixed in CMS7
Updated by Marcin Sągol almost 10 years ago
- File extjs_buttons.png extjs_buttons.png added
Hi Mathias,
this is maybe fixed but partialy from what i see. Check the attached screenshot (latest master version). When we open popup to confirm page deletion, the focus is on Yes button and it has dark background. Both buttons have by default white labels so this isn't good aswell i think.
Checked on Chromium Browser 39
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed