mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-13 11:48:40 +00:00
fix the order of the stylesheets
This commit is contained in:
parent
154e671ecc
commit
137d0f8ebf
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ class TopLevel(resource.Resource):
|
||||||
self.putChild("tracker", Tracker())
|
self.putChild("tracker", Tracker())
|
||||||
|
|
||||||
theme = component.get("DelugeWeb").config["theme"]
|
theme = component.get("DelugeWeb").config["theme"]
|
||||||
self.__stylesheets.append("/css/xtheme-%s.css" % theme)
|
self.__stylesheets.insert(1, "/css/xtheme-%s.css" % theme)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def scripts(self):
|
def scripts(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue