Jump to content


Photo

profile customization on VSE skins


If a skin is created with the VSE, profile customizations seem to not work.. What appears to be the problem, say you set a background image.. On a VSE skin, you have

html, body {
   
background: #ffc3c1 !important;    background-color: #ffc3c1 !important;
    color: #b40500;

}

In the skingen.css, which will override the profile customizations.

I know i've seen this before, so I'm figuring this is a duplicate report.. But, I can't find it anywhere.

Status: Fixed
Version: 3.3.1
Fixed In: 3.4.0


10 Comments

Fixed by adding !important to customized profile classes, and being more specific in the selector.
This still appears to be an issue. Reproduction:

1. Set a background image on your profile.
2. Create a skin using the VSE and make color changes, etc.
3. Build the skin.
4. View your profile.
In the definition at the top, there is

background: #ffc3c1 !important; background-color: #ffc3c1 !important;

So it wouldn't matter if you added !important to the profile classes, it will still get overridden.

Can we not inject the profile CSS AFTER the skingen.css file? That should resolve the problem.
Well, since it's embedded inline, that seems to already be the case.
Is there a temporary fix for this until 3.4 is released?
Updating Fixed In to: 0
Updating Status to: Unconfirmed

There is currently no fix available for this issue.
Updating Status to: Confirmed - General

-
Updating Status to: Confirmed - Skin Issue

-
Updating Status to: Confirmed - FAO Matt

-
Updating Fixed In to: 3.4.0
Updating Status to: Fixed

-