Explorar el Código

Jellyfin 10.6.0 update.

Red_M hace 4 años
padre
commit
8a17efbe71
Se han modificado 2 ficheros con 14 adiciones y 0 borrados
  1. 7 0
      template.css
  2. 7 0
      template_css_vars.css

+ 7 - 0
template.css

@@ -219,3 +219,10 @@ input:focus input[type=checkbox]:focus {
     color: ###accent### !important;
     background-color: rgba(###accent_rgb###, .2) !important;
 }
+
+:root {
+    --swiper-theme-color: ###accent### !important;
+}
+.buttonActive {
+    color: ###accent### !important;
+}

+ 7 - 0
template_css_vars.css

@@ -227,3 +227,10 @@ input:focus input[type=checkbox]:focus {
     color: var(--main-accent-color) !important;
     background-color: rgba(var(--main-accent-rgb-color), .2) !important;
 }
+
+:root {
+    --swiper-theme-color: var(--main-accent-color) !important;
+}
+.buttonActive {
+    color: var(--main-accent-color) !important;
+}