Browse Source

sonarr: added check box color

pull/20/head
gilbN 5 years ago
parent
commit
7f4685c370
  1. 8
      CSS/themes/sonarr/aquamarine.css
  2. 4
      CSS/themes/sonarr/dark.css
  3. 4
      CSS/themes/sonarr/hotline.css

8
CSS/themes/sonarr/aquamarine.css

@ -24,8 +24,8 @@
--calendar-tv-On-Air: #f0ad4e; --calendar-tv-On-Air: #f0ad4e;
--calendar-tv-available: #5cb85c; --calendar-tv-available: #5cb85c;
--button-color: hsla(0,0%,100%,.15); --button-color: #009688;
--button-color-hover: hsla(0,0%,100%,.30); --button-color-hover: #12afa0;
--accent-color: hsla(0,0%,100%,.85); --accent-color: #009688;
--accent-color-hover: hsla(0,0%,100%,.95); --accent-color-hover: #12afa0;
} }

4
CSS/themes/sonarr/dark.css

@ -26,6 +26,6 @@
--button-color: hsla(0,0%,100%,.15); --button-color: hsla(0,0%,100%,.15);
--button-color-hover: hsla(0,0%,100%,.30); --button-color-hover: hsla(0,0%,100%,.30);
--accent-color: hsla(0,0%,100%,.85); --accent-color: rgba(255, 255, 255, 0.25);
--accent-color-hover: hsla(0,0%,100%,.95); --accent-color-hover: rgba(255, 255, 255, 0.45);
} }

4
CSS/themes/sonarr/hotline.css

@ -26,6 +26,6 @@
--button-color: hsla(0,0%,100%,.15); --button-color: hsla(0,0%,100%,.15);
--button-color-hover: hsla(0,0%,100%,.30); --button-color-hover: hsla(0,0%,100%,.30);
--accent-color: hsla(0,0%,100%,.85); --accent-color: #F44336;
--accent-color-hover: hsla(0,0%,100%,.95); --accent-color-hover: #0b3161;
} }
Loading…
Cancel
Save