FreshRSS / Extensions

A repository containing all the official FreshRSS extensions
GNU Affero General Public License v3.0
322 stars 52 forks source link

style is not active #52

Closed Offerel closed 5 years ago

Offerel commented 5 years ago

I have installed CustomCSS extension and added

.tree-folder-items {background: #F7F7F7;}
.aside {background: #F7F7F7;}

But the style seems not to overwrite the background color of the active theme (Swage). The style information is saved as style.username.css in static on filesystem.

Frenzie commented 5 years ago

You'll either need to add more specificity or you could always try taking a shortcut with !important (bad while writing themes; generally okay to override specifics).

Offerel commented 5 years ago

Could you please add a example for the mentioned sidebar, so that I can can change the background? Currently I use style inspector in Firefox (F12 key) to find style to change.

Frenzie commented 5 years ago

I wrote that based on your described symptoms, but having checked out that theme, your problem must be that you're not refreshing the page. You might need to use something like Ctrl+F5.

Offerel commented 5 years ago

I have no idea, whats going on. Currently I'm on the dev branch, maybe thats' the problem, i don't know know if there is changed something regarding to styles in dev, i use it only because of the login via e-mail address. I didn't see any error message on server side, nor anything regarding a error in Firefox console (didn't check Chrome since i didn't use it). And yes, i used Ctrl + F5, private mode and a clean new profile to. Also on another Laptop the style didn't show up. I see that style is saved to is saved to /var/www/freshrss/extensions/xExtension-CustomCSS/static/style.user@mydomain.de.css, but that's all.

The only idea, when i look at the path now is, that the username in form of the e-mail address is the problem? Could this be a problem? I will test it with current stable again.

Offerel commented 5 years ago

OK, THEN. I'm really ashamed now. I didn't see the button "deactivated"... I'm really sorry to have bothered you with that. Please forget the issue, the only issue is my own stupidity...

Frenzie commented 5 years ago

We all make mistakes, and hopefully learn from them. ;-)