Style from non existing CSS

Hi.

After installing 2.8 my Vanilla looks strange, with certains double elements due to css rules from this stylesheet:

/applications/dashboard/scss/legacy/_style.scss

The strange thing is that when I access my area through an ftp client I cannot see this file. In fact I cannot see the dashboard/scss folder at all.

Here is an example of some of the css in this invisible file:

.SpEditProfile {
    background-image: url(images/sprites-14-000000.png);
    background-position: -245px -29px;
}

This is causing my "edit profile" button to have two icons:

double.JPG

The menu bar looks like this because of this strange css:

double2.JPG

Any idea what is happening here?

Comments

Sign In or Register to comment.