mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 12:34:43 +00:00
fix the order of the stylesheets
This commit is contained in:
parent
154e671ecc
commit
137d0f8ebf
@ -303,7 +303,7 @@ class TopLevel(resource.Resource):
|
||||
self.putChild("tracker", Tracker())
|
||||
|
||||
theme = component.get("DelugeWeb").config["theme"]
|
||||
self.__stylesheets.append("/css/xtheme-%s.css" % theme)
|
||||
self.__stylesheets.insert(1, "/css/xtheme-%s.css" % theme)
|
||||
|
||||
@property
|
||||
def scripts(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user