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>
|
||||
</div>
|
||||
|
||||
<div data-role="collapsible" data-mini="true">
|
||||
<div data-role="collapsible" data-mini="true" data-content-theme="false">
|
||||
<h3>Pre/Post Padding</h3>
|
||||
<div>
|
||||
<br />
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
<input type="checkbox" id="chkAllChannels" data-mini="true" />
|
||||
</li>
|
||||
</ul>
|
||||
<div data-role="collapsible" data-mini="true">
|
||||
<div data-role="collapsible" data-mini="true" data-content-theme="false">
|
||||
<h3>Pre/Post Padding</h3>
|
||||
<div>
|
||||
<br />
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
<br />
|
||||
|
||||
<div data-role="collapsible" data-mini="true">
|
||||
<div data-role="collapsible" data-mini="true" data-content-theme="false">
|
||||
<h3>Pre/Post Padding</h3>
|
||||
<div>
|
||||
<br />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue