sonarr: added check box color

This commit is contained in:
gilbN 2019-09-25 22:59:56 +02:00
parent c055fd9d92
commit 7f4685c370
3 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

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