diff --git a/Jellyfin.Plugin.MediaCleaner/Pages/home.css b/Jellyfin.Plugin.MediaCleaner/Pages/home.css new file mode 100644 index 0000000..9409dd8 --- /dev/null +++ b/Jellyfin.Plugin.MediaCleaner/Pages/home.css @@ -0,0 +1,27 @@ +table { + border: 1px solid; + border-collapse: collapse; +} + +td, th { + border: 1px solid; + padding: 0.5rem 0.75rem; + text-align: left; +} + +.links { + background-color: #0f0f0f; + border: 1px solid; + padding: 0.8rem 1.8rem; + font-size: 1.2rem; + color: #ffffff; + text-decoration: none; + cursor: pointer; + line-height: inherit; + vertical-align: baseline; + transition: background-color 0.3s ease; +} + +.links:hover { + background-color: #2a2a2a; +} diff --git a/Jellyfin.Plugin.MediaCleaner/Pages/home.html b/Jellyfin.Plugin.MediaCleaner/Pages/home.html index 1bd9e08..2e439f3 100644 --- a/Jellyfin.Plugin.MediaCleaner/Pages/home.html +++ b/Jellyfin.Plugin.MediaCleaner/Pages/home.html @@ -4,7 +4,7 @@
Loading...