mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remove content theme from live tv collapsibles
This commit is contained in:
parent
37ccaa59ab
commit
975c96f43f
3 changed files with 3 additions and 3 deletions
|
@ -74,7 +74,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div data-role="collapsible" data-mini="true">
|
<div data-role="collapsible" data-mini="true" data-content-theme="false">
|
||||||
<h3>Pre/Post Padding</h3>
|
<h3>Pre/Post Padding</h3>
|
||||||
<div>
|
<div>
|
||||||
<br />
|
<br />
|
||||||
|
|
|
@ -66,7 +66,7 @@
|
||||||
<input type="checkbox" id="chkAllChannels" data-mini="true" />
|
<input type="checkbox" id="chkAllChannels" data-mini="true" />
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div data-role="collapsible" data-mini="true">
|
<div data-role="collapsible" data-mini="true" data-content-theme="false">
|
||||||
<h3>Pre/Post Padding</h3>
|
<h3>Pre/Post Padding</h3>
|
||||||
<div>
|
<div>
|
||||||
<br />
|
<br />
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<div data-role="collapsible" data-mini="true">
|
<div data-role="collapsible" data-mini="true" data-content-theme="false">
|
||||||
<h3>Pre/Post Padding</h3>
|
<h3>Pre/Post Padding</h3>
|
||||||
<div>
|
<div>
|
||||||
<br />
|
<br />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue