mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Plex theme
This commit is contained in:
parent
c41944c933
commit
2187b1453a
11 changed files with 8018 additions and 358 deletions
|
@ -287,6 +287,23 @@
|
|||
<Content Include="Content\swagger\underscore-min.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Content\Themes\OriginalBootstrapCustom.css">
|
||||
<DependentUpon>OriginalBootstrapCustom.scss</DependentUpon>
|
||||
</Content>
|
||||
<Content Include="Content\Themes\OriginalBootstrapCustom.min.css">
|
||||
<DependentUpon>OriginalBootstrapCustom.css</DependentUpon>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Content\Themes\PlexBootstrap.css">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Content\Themes\PlexBootstrapCustom.css">
|
||||
<DependentUpon>PlexBootstrapCustom.scss</DependentUpon>
|
||||
</Content>
|
||||
<Content Include="Content\Themes\PlexBootstrapCustom.min.css">
|
||||
<DependentUpon>PlexBootstrapCustom.css</DependentUpon>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Views\ApiDocs\index.html">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
@ -304,13 +321,6 @@
|
|||
<Content Include="Content\bootstrap.min.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Content\custom.css">
|
||||
<DependentUpon>custom.scss</DependentUpon>
|
||||
</Content>
|
||||
<Content Include="Content\custom.min.css">
|
||||
<DependentUpon>custom.css</DependentUpon>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Content\dataTables.bootstrap.css">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
@ -378,7 +388,8 @@
|
|||
<None Include="Content\awesome-bootstrap-checkbox.scss">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="Content\custom.scss" />
|
||||
<None Include="Content\Themes\PlexBootstrapCustom.scss" />
|
||||
<None Include="Content\Themes\OriginalBootstrapCustom.scss" />
|
||||
<Content Include="Content\pace.min.js">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue