Opened 14 years ago
Closed 14 years ago
#6183 closed Bug (fixed)
Styles on links apply inside Font/Format menus
Reported by: | Evan Krall | Owned by: | Sa'ar Zac Elias |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4.1 |
Component: | General | Version: | 3.3.1 |
Keywords: | HasPatch | Cc: |
Description
When I add a stylesheet in config.contentsCss that has a rule
a:link { color: #0F5491; }
the Font and Format menus' items take on that color.
Attachments (1)
Change History (8)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Keywords: | HasPatch added |
---|---|
Milestone: | → CKEditor 3.5 |
Status: | new → confirmed |
comment:3 Changed 14 years ago by
Milestone: | CKEditor 3.5 → CKEditor 3.4.1 |
---|
comment:4 Changed 14 years ago by
Owner: | set to Sa'ar Zac Elias |
---|---|
Status: | confirmed → assigned |
Changed 14 years ago by
Attachment: | 6183.patch added |
---|
comment:5 Changed 14 years ago by
Status: | assigned → review |
---|
comment:6 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:7 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [5881].
In the following rule in panel.css:
If you change
to
this problem is fixed.