Browse Source

Add missing CSS style for JellyStat metadata popup icon

- Add .bg-jellystat CSS class with JellyStat blue color (#00a4dc)
- Fixes missing icon in metadata popup when source is 'jellystat'
- Simple CSS fix instead of complex JavaScript override
mgomon 10 months ago
parent
commit
11cc7b3062
2 changed files with 3 additions and 0 deletions
  1. 3 0
      css/organizr.css
  2. 0 0
      css/organizr.min.css

+ 3 - 0
css/organizr.css

@@ -1066,6 +1066,9 @@ input#inviteCodeInput {
 .bg-jellyfin {
     background: #a15dc3;
 }
+.bg-jellystat {
+    background: #00a4dc;  /* JellyStat blue color */
+}
 .bg-healthchecks {
     background: #56b059;
 }

File diff suppressed because it is too large
+ 0 - 0
css/organizr.min.css


Some files were not shown because too many files changed in this diff