Item12144: colors.css takes out background image of hovered links
Priority: Urgent
Current State: Closed
Released In: 2.0.0
Target Release: major
Applies To: Extension
Component: PatternSkin
Branches: trunk
colors.css in
PatternSkinTheme
contains:
:link:hover,
:visited:hover {
color:#06c;
background-color:transparent;
background-image:none;
}
This takes out the background image of any jquery UI control that is hovered over. e.g.
Trunk only!
--
CrawfordCurrie - 12 Oct 2012
Which browser?
--
ArthurClemens - 12 Oct 2012
The pencils disappear for me on Firefox 10.0.7, when viewing this topic using trunk. It also vanishes with Chromium 22.0.1229.79 (158531) and Konqueror Version 4.8.5 as well. So that's all my browsers on Linux.
--
GeorgeClark - 12 Oct 2012
On this page as well? Or do you have another page to test?
--
ArthurClemens - 12 Oct 2012
This page,
http://trunk.foswiki.org/Tasks/Item12144 pencil disappears when hovering over it.
--
GeorgeClark - 12 Oct 2012
No reproducable on Mac. I will check on windows.
BTW the icon should have CSS class
foswikiIcon
as well.
--
ArthurClemens - 13 Oct 2012
No problem on IE8 and IE9 either.
--
ArthurClemens - 14 Oct 2012
recon this is fixed
--
SvenDowideit - 07 Nov 2012
I Added foswikiIcon as per Arthur's advice. Seems OK now.
--
CrawfordCurrie - 08 Jan 2013