-
-
Notifications
You must be signed in to change notification settings - Fork 806
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #449 from GilbN/develop
1.13.1
- Loading branch information
Showing
17 changed files
with
511 additions
and
442 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
css/addons/lidarr/lidarr-alt-calendar/lidarr-alt-calendar.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[class*="CalendarEvent-downloaded-"] { | ||
background: rgb(var(--calendar-downloaded) / .4) !important; | ||
} | ||
|
||
[class*="CalendarEvent-downloading-"] { | ||
background: rgb(var(--calendar-downloading) / .4) !important; | ||
} | ||
|
||
[class*="CalendarEvent-unmonitored-"] { | ||
background: rgb(var(--calendar-unmonitored) / .4) !important; | ||
} | ||
|
||
[class*="CalendarEvent-missing-"] { | ||
background: rgb(var(--calendar-missing) / .4) !important; | ||
} | ||
|
||
[class*="CalendarEvent-unreleased-"] { | ||
background: rgb(var(--calendar-unreleased) / .4) !important; | ||
} |
31 changes: 31 additions & 0 deletions
31
css/addons/radarr/radarr-alt-calendar/radarr-alt-calendar.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
|
||
[class*="CalendarEvent-event-"] { | ||
background: rgb(var(--calendar-unmonitored) / .4); | ||
} | ||
|
||
[class*="CalendarEvent-downloaded-"] { | ||
background: rgb(var(--calendar-available) / .4) !important; | ||
} | ||
|
||
[class*="CalendarEvent-missing-"], | ||
[class*="CalendarEvent-missingMonitored"] { | ||
background-color: rgb(var(--calendar-missing) / .4); | ||
} | ||
|
||
[class*="CalendarEvent-missingUnmonitored-"] { | ||
background: rgb(var(--calendar-missing-unmonitored) / .4) !important; | ||
} | ||
|
||
[class*="CalendarEvent-unreleased-"], | ||
[class*="CalendarEvent-continuing-"] { | ||
background: rgb(var(--calendar-unaired) / .4) !important; | ||
} | ||
|
||
[class*="CalendarEvent-unmonitored-"] { | ||
background: rgb(var(--calendar-unmonitored) / .4) !important; | ||
} | ||
|
||
[class*="CalendarEvent-downloading-"], | ||
[class*="CalendarEvent-queue-"] { | ||
background: rgb(var(--calendar-downloading) / .4) !important; | ||
} |
20 changes: 20 additions & 0 deletions
20
css/addons/readarr/readarr-alt-calendar/readarr-alt-calendar.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[class*="CalendarEvent-downloaded-"]:not([class*="AgendaEvent-"]) { | ||
background: rgb(var(--calendar-downloaded) / .4) !important; | ||
} | ||
|
||
[class*="CalendarEvent-missing-"]:not([class*="AgendaEvent-"]) { | ||
background: rgb(var(--calendar-missing) / .4) !important; | ||
} | ||
|
||
[class*="CalendarEvent-unreleased-"]:not([class*="AgendaEvent-"]) { | ||
background: rgb(var(--calendar-unreleased) / .4) !important; | ||
} | ||
|
||
[class*="CalendarEvent-unmonitored-"]:not([class*="AgendaEvent-"]) { | ||
background: rgb(var(--calendar-unmonitored) / .4) !important; | ||
} | ||
|
||
[class*="CalendarEvent-downloading-"]:not([class*="AgendaEvent-"]), | ||
[class*="CalendarEvent-queue-"]:not([class*="AgendaEvent-"]) { | ||
background: rgb(var(--calendar-downloading) / .4) !important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
58 changes: 58 additions & 0 deletions
58
css/addons/whisparr/whisparr-alt-calendar/whisparr-alt-calendar.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
:root { | ||
--calendar-in-cinemas: 53 197 244; | ||
--calendar-downloading: 122 67 182; | ||
--calendar-unmonitored: 173 173 173; | ||
--calendar-unaired: 93 156 236; | ||
--calendar-missing: 240 80 80; | ||
--calendar-missing-unmonitored: 255 165 0; | ||
--calendar-available: 39 194 76; | ||
} | ||
|
||
/* CALENDAR */ | ||
[class*="CalendarEvent-downloaded-"] { | ||
background: rgb(var(--calendar-available) / .4) !important; | ||
|
||
} | ||
|
||
[class*="CalendarEvent-missing-"], | ||
[class*="CalendarEvent-missingMonitored"] { | ||
background-color: rgb(var(--calendar-missing) / .4); | ||
|
||
} | ||
|
||
[class*="CalendarEvent-missingUnmonitored-"] { | ||
background: rgb(var(--calendar-missing-unmonitored) / .4) !important; | ||
|
||
} | ||
|
||
[class*="CalendarEvent-unreleased-"], | ||
[class*="CalendarEvent-continuing-"] { | ||
background: rgb(var(--calendar-unaired) / .4) !important; | ||
|
||
} | ||
|
||
[class*="CalendarEvent-event-"] { | ||
background: rgb(var(--calendar-unmonitored) / .4); | ||
} | ||
|
||
[class*="CalendarEvent-unmonitored-"] { | ||
background: rgb(var(--calendar-unmonitored) / .4) !important; | ||
|
||
} | ||
|
||
[class*="CalendarEvent-downloading-"], | ||
[class*="CalendarEvent-queue-"] { | ||
background: rgb(var(--calendar-downloading) / .4) !important; | ||
|
||
} | ||
|
||
/* Color Impaired Mode */ | ||
|
||
[class*="CalendarEvent-missing-"].colorImpaired, | ||
[class*="CalendarEvent-missingMonitored-"].colorImpaired { | ||
background: repeating-linear-gradient(90deg, rgb(var(--calendar-missing) / .2), rgb(var(--calendar-missing) / .2) 5px, rgb(var(--calendar-missing) / .4) 5px, rgb(var(--calendar-missing) / .4) 10px) !important; | ||
} | ||
|
||
[class*="CalendarEvent-missingUnmonitored-"].colorImpaired { | ||
background: repeating-linear-gradient(90deg, rgb(var(--calendar-missing-unmonitored) / .2), rgb(var(--calendar-missing-unmonitored) / .2) 5px, rgb(var(--calendar-missing-unmonitored) / .4) 5px, rgb(var(--calendar-missing-unmonitored) / .4) 10px) !important; | ||
} |
Oops, something went wrong.