Changes between Initial Version and Version 1 of Ticket #8679
- Timestamp:
- Jan 23, 2012, 8:31:05 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8679
-
Property
Status
changed from
new
toconfirmed
-
Property
Version
changed from
3.6.3 (SVN - trunk)
to3.0
-
Property
Status
changed from
-
Ticket #8679 – Description
initial v1 5 5 CKEditor relies on the browser to display visual focus, however this can be difficult to see against the different background colors. In fact the focus is not displayed at all in recent versions of FF. 6 6 7 We would like to be able to add our own styling to focused elements on the color picker dialog.This is already possible for the special characters dialog through the cke_light_background class. We would like a similar capability for the color picker dialog.7 **We would like to be able to add our own styling to focused elements on the color picker dialog.**This is already possible for the special characters dialog through the cke_light_background class. We would like a similar capability for the color picker dialog. 8 8 9 9 For example a CSS class could be added to the current selection on the color table in updateHighlight() and updateSelected() in colordialog/dialogs/colordialog.js. This class would then need to be removed when another color is selected.