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)

6183.patch (1.2 KB) - added by Sa'ar Zac Elias 14 years ago.

Download all attachments as: .zip

Change History (8)

comment:1 Changed 14 years ago by Evan Krall

In the following rule in panel.css:

.cke_panel_listItem a
{
	padding: 2px;
	display: block;
	border: 1px solid #fff;
	color: inherit;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
}

If you change

color: inherit;

to

color: inherit !important;

this problem is fixed.

comment:2 Changed 14 years ago by Tobiasz Cudnik

Keywords: HasPatch added
Milestone: CKEditor 3.5
Status: newconfirmed

comment:3 Changed 14 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.5CKEditor 3.4.1

comment:4 Changed 14 years ago by Sa'ar Zac Elias

Owner: set to Sa'ar Zac Elias
Status: confirmedassigned

Changed 14 years ago by Sa'ar Zac Elias

Attachment: 6183.patch added

comment:5 Changed 14 years ago by Sa'ar Zac Elias

Status: assignedreview

comment:6 Changed 14 years ago by Tobiasz Cudnik

Status: reviewreview_passed

comment:7 Changed 14 years ago by Sa'ar Zac Elias

Resolution: fixed
Status: review_passedclosed

Fixed with [5881].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy