-
Notifications
You must be signed in to change notification settings - Fork 119
Stylish compatibility #58
Comments
I have been planning to write a tool for managing styles. It handles adding the right namespace by itself. I haven't worked on it recently, though, and if reStyle is an already working extension, I am happy to work with the developer to make my repository work. The reason why I didn't include an For what it's worth: there is one That's just my current point of view, I'm definitely open for discussion. |
I think one good reason to include the namespace would be an import-based management, like "the new CTR" does. |
That is definitely what I also had in mind (as demonstrated by this parse regex). But as you can see, for He also doesn't seem to be using it in his top-level |
@Timvde Maybe you could try to coordinate also with @FirefoxBar to have a more standard format for the CSS files with this xStyle addon too. I've opened an issue here FirefoxBar/xStyle#38 to have xStyle to support managing and editing of userChrome.css and userContent.css . Regards |
I recommend the use of As for namespaces, I still don't know how they behave. reStyle currently just concats styles with different namespace declarations, which should be invalid (I think), but everything still works. reStyle simply takes the XUL namespace as an indicator that the style is not meant for webpages. |
Despite Firefox 57 nearing and Stylish won't be able to modify UI CSS directly, there is an extension called reStyle that works with Stylish UI styles and therefore could also install the styles from this repository.
These styles should work when installed, but inefficiently - quoting the developer:
What do you think? Would you be willing to add these lines to all scripts posted here?
The text was updated successfully, but these errors were encountered: