Opened 16 years ago

Closed 16 years ago

#2049 closed Bug (fixed)

Minimified CSS keeps cursor: hand instead of pointer

Reported by: Alfonso Martínez de Lizarrondo Owned by: Martin Kou
Priority: Normal Milestone: FCKeditor 2.6
Component: UI : Dialogs Version: FCKeditor 2.6 Beta
Keywords: Review+ Cc:

Description

the compressed version of fck_dialog_common.css keeps the IE only syntax instead of the W3C value when it compresses this rule

.BtnOver
{
	border: outset 1px;
	cursor: pointer;
	cursor: hand;
}

into .BtnOver{border:outset 1px;cursor:hand}

As explained in #1644 only IE5.5 needs that value and now it will force us to manually adjust the compressed versions of CSS.

Attachments (1)

2049.patch (2.5 KB) - added by Martin Kou 16 years ago.

Download all attachments as: .zip

Change History (4)

Changed 16 years ago by Martin Kou

Attachment: 2049.patch added

comment:1 Changed 16 years ago by Martin Kou

Keywords: Review? added

comment:2 Changed 16 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed
Owner: set to Martin Kou

comment:3 Changed 16 years ago by Martin Kou

Resolution: fixed
Status: newclosed

Fixed with [1792].

Click here for more info about our SVN system.

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