Opened 13 years ago
Last modified 12 years ago
#8887 closed Bug
Kawa skin: dialog.css error — at Initial Version
Reported by: | Alberto Smulders | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.4 |
Component: | UI : Skins | Version: | |
Keywords: | Firefox Webkit | Cc: |
Description
In Kawa.skin - dialog.css, the background position for a.cke_dialog_ui_button should be 0 -1068px instead of 0 -1069px as now, in order to avoid an ugly hover effect (very visible if the default button colors are changed to darker colors in sprites.png - the bad hover effect can be seen for instance on the "Browse Server" button in the image plugin):
line 364 of kawa skin dialog.css
background: transparent url(images/sprites.png) repeat-x scroll 0 -1069px;
should be
background: transparent url(images/sprites.png) repeat-x scroll 0 -1068px;