mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +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())
|
||||
|
||||
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…
Add table
Reference in a new issue