ElkArte Community

Project Support => Support => Topic started by: Jorin on May 27, 2018, 08:56:39 am

Title: background of profile page
Post by: Jorin on May 27, 2018, 08:56:39 am
Why are there white and grey backgrounds mixed at the profile page? I tried to fix it, but without success. The same "error" here at this board...

Title: Re: background of profile page
Post by: Spuds on May 27, 2018, 10:02:18 am
What you don't like that stylistic choice :P

Open jquery.us.tabs.css and remove the background: none;  (its at the end of the file) ... that declaration has overwritten the ones set in the variant files.


Title: Re: background of profile page
Post by: Jorin on May 27, 2018, 10:05:29 am
Hm, I copied this block into my custom css file, but nothing happens with the background:

Code: [Select]
.ui-tabs .ui-tabs-panel {
display: block;
border-width: 1px;
padding: 1em 1.4em;
background: none;
}

Even when I edit the file in the default theme folder and delete the last background line, nothing happens.
Title: Re: background of profile page
Post by: Spuds on May 27, 2018, 10:06:05 am
ctrl-f5 ... flush your browser cache.
Title: Re: background of profile page
Post by: Jorin on May 28, 2018, 01:14:54 pm
You're right, thanks. Problem solved!