mirror of
https://github.com/fHDHR/fHDHR_NextPVR.git
synced 2025-12-06 05:36:59 -05:00
Allow CSS Theming
This commit is contained in:
parent
3e6bc72c47
commit
4fa82037b8
@ -68,6 +68,13 @@
|
||||
"config_web": true
|
||||
}
|
||||
},
|
||||
"web_ui":{
|
||||
"theme":{
|
||||
"value": "none",
|
||||
"config_file": true,
|
||||
"config_web": true
|
||||
}
|
||||
},
|
||||
"epg":{
|
||||
"images":{
|
||||
"value": "pass",
|
||||
|
||||
@ -6,6 +6,9 @@
|
||||
table, th, td {border: 1px solid black;}
|
||||
</style>
|
||||
<link href="style.css" rel="stylesheet">
|
||||
{% if fhdhr.config.dict["web_ui"]["theme"] %}
|
||||
<link href={{ fhdhr.config.dict["web_ui"]["theme"] }} rel="stylesheet">
|
||||
{% endif %}
|
||||
</head>
|
||||
<body>
|
||||
<h1 style="text-align: center;">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user