1
0
mirror of https://github.com/fHDHR/fHDHR_NextPVR.git synced 2025-12-06 10:16:58 -05:00

Merge pull request #71 from deathbybandaid/dev

Dev
This commit is contained in:
Deathbybandaid 2020-12-01 15:37:16 -05:00 committed by GitHub
commit 5eb4be8cd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 1 deletions

View File

@ -68,6 +68,13 @@
"config_web": true
}
},
"web_ui":{
"theme":{
"value": "none",
"config_file": true,
"config_web": true
}
},
"epg":{
"images":{
"value": "pass",

View File

@ -1,6 +1,6 @@
.pull-right { float: right; }
.pull-lef { float: left; }
.pull-left { float: left; }
.center {
margin-left: auto;

View File

@ -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;">
@ -14,6 +17,7 @@
<img class="pull-left" src="/favicon.ico" alt="fHDHR Logo" width="100" height="100">
</h1>
<br><br>
<p></p>
<div>
<button class="pull-left" onclick="OpenLink('/')">fHDHR</a></button>