https://bugzilla.wikimedia.org/show_bug.cgi?id=22904

Krinkle <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #8 from Krinkle <[email protected]> 2011-04-15 09:50:25 UTC ---
(In reply to comment #7)
> Yeah, you're right. This patch needs to be updated for other skins (modern,
> simple, vector) and the changes should be done to all a background definitions

I'm not sure a change is needed in the skin files at all. Since they are loaded
first and MediaWiki:Common.css is loaded after, the problem the bug opener had
is solved. Simply changing the settings from "background" to "background-color:
!important" achieves what he wants.

Ofcourse we could change this in core skin files, but I'm not sure that would
help.

(previous):
-core:
a.external { background: url(image) no-repeat right; }

-MediaWiki:Common.css
a { background: #fcc; }

That part in MediaWiki:Common.css overrides everything, changing the core skin
files to 3 seperate lines doesn't fix that. Changing the line in
MediaWiki:Common.css to the folowing does:

a { background-color: #fcc; }

If that doesn't work, add " !important" after the color.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to