1
0
Fork 0
mirror of synced 2024-05-28 00:10:07 +12:00
Rare/rare/resources/__init__.py
loathingKernel 1dd8856a29 Resources: Add static stylesheet for widgets that need special handling irregardless of theme
The static stylesheet properties are always applied. If there is a theme
stylesheet to be applied, they are appended in the end of the theme
stylesheet.

This removes stylesheet properties from the library widgets, some special
buttons and the queue worker labels.

To update the static stylesheet first edit `rare/resources/static_css/stylesheet.py`
and then execute it as a script.
2023-03-02 15:36:45 +02:00

5 lines
156 B
Python

import rare.resources.resources
# Static QSS independent of application style/colorsheme
import rare.resources.static_css
import rare.resources.stylesheets