Can I use CustomCSSforFx, Menu Icon Plus CSS or other GUI modifying CSS through StyloaiX? How? #240
Unanswered
mzso
asked this question in
General Support
Replies: 2 comments 8 replies
-
Well, I tried it. The import paths suck though. I had to use ../CustomCSSforFx/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've done something similar recently. I use this: /** Import Lepton stylesheet (Chrome) *****************************************/
@import url("css/leptonChrome.css");
@import url("css/leptonContent.css");
/** Add your custom styles below **********************************************/ to load Lepton. But I just tossed everything of it in to the \UserStyles folder of StyloaiX. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Since modifying stuff through userchrome/usercontent is very cumbersome and annoying I was wondering if I can use these CSS packages through StyloaiX, and particularly view their changes in a running instance without having to restart the browser every time I change something?
If it even works, can I do more than import the packages' "userchrome.css" file in a StyloaiX style? Which wouldn't allow me to edit the styles within the browser? (As far as I understand)
Beta Was this translation helpful? Give feedback.
All reactions