diff --git a/.github/workflows/auto-build.yml b/.github/workflows/auto-build.yml index 0bf35594..fef13e45 100644 --- a/.github/workflows/auto-build.yml +++ b/.github/workflows/auto-build.yml @@ -16,7 +16,7 @@ jobs: - name: get changed files id: getfile run: | - echo "::set-output name=files::$(git diff-tree --no-commit-id --name-only -r ${{ github.sha }}| xargs)" + echo "::set-output name=files::$(git diff-tree --no-commit-id --name-only -r ${{ github.sha }} docker-mods/| xargs)" - name: Login to GitHub Container Registry uses: docker/login-action@v1 with: @@ -48,7 +48,7 @@ jobs: - name: get changed files id: getfile run: | - echo "::set-output name=files::$(git diff-tree --no-commit-id --name-only -r ${{ github.sha }}| xargs)" + echo "::set-output name=files::$(git diff-tree --no-commit-id --name-only -r ${{ github.sha }} docker-mods/| xargs)" - name: Login to Docker Hub uses: docker/login-action@v1 with: diff --git a/CSS/themes/lidarr/lidarr-base.css b/CSS/themes/lidarr/lidarr-base.css index 7b465f6c..5057abee 100644 --- a/CSS/themes/lidarr/lidarr-base.css +++ b/CSS/themes/lidarr/lidarr-base.css @@ -841,8 +841,9 @@ input:focus:-ms-input-placeholder { background-color: rgba(0, 0, 0, .25); } -[class*="CalendarDay-isToday-"] { - background-color: hsla(0, 0%, 100%, .08) !important; +[class*="CalendarDay-isToday-"], +[class*="DayOfWeek-isToday-"] { + background-color: hsla(0, 0%, 100%, .25) !important; } [class*="CalendarDay-day-"], diff --git a/CSS/themes/ombi/ombi-base.css b/CSS/themes/ombi/ombi-base.css index 140fbd89..c2dc7486 100644 --- a/CSS/themes/ombi/ombi-base.css +++ b/CSS/themes/ombi/ombi-base.css @@ -100,6 +100,13 @@ a:hover { } /* SIDE NAV */ + +@media only screen and (min-width: 1025px){ + #main-container\ dark > mat-sidenav-container > mat-sidenav-content { + margin-left: 256px !important; + } +} + /* OMBI TEXT */ .sidenav-container .sidenav .application-name { color: rgb(var(--accent-color)) !important; @@ -406,10 +413,6 @@ a:hover { margin-left: 0px !important; height: 100% !important; } - - #searchResults img { - min-height: 354px; - } } #searchResults { diff --git a/CSS/themes/radarr/radarr-base.css b/CSS/themes/radarr/radarr-base.css index 93373eb0..4d021b3b 100644 --- a/CSS/themes/radarr/radarr-base.css +++ b/CSS/themes/radarr/radarr-base.css @@ -852,8 +852,9 @@ input:focus:-ms-input-placeholder { background-color: rgba(0, 0, 0, .25); } -[class*="CalendarDay-isToday-"] { - background-color: hsla(0, 0%, 100%, .08) !important; +[class*="CalendarDay-isToday-"], +[class*="DayOfWeek-isToday-"] { + background-color: hsla(0, 0%, 100%, .25) !important; } [class*="CalendarDay-day-"], diff --git a/CSS/themes/readarr/readarr-base.css b/CSS/themes/readarr/readarr-base.css index cbdaeb84..61037dac 100644 --- a/CSS/themes/readarr/readarr-base.css +++ b/CSS/themes/readarr/readarr-base.css @@ -843,8 +843,9 @@ input:focus:-ms-input-placeholder { background-color: rgba(0, 0, 0, .25); } -[class*="CalendarDay-isToday-"] { - background-color: hsla(0, 0%, 100%, .08) !important; +[class*="CalendarDay-isToday-"], +[class*="DayOfWeek-isToday-"] { + background-color: hsla(0, 0%, 100%, .25) !important; } [class*="CalendarDay-day-"], diff --git a/CSS/themes/sonarr/sonarr-base.css b/CSS/themes/sonarr/sonarr-base.css index 68c17914..a7f867e5 100644 --- a/CSS/themes/sonarr/sonarr-base.css +++ b/CSS/themes/sonarr/sonarr-base.css @@ -851,8 +851,9 @@ input:focus:-ms-input-placeholder { background-color: rgba(0, 0, 0, .25); } -[class*="CalendarDay-isToday-"] { - background-color: hsla(0, 0%, 100%, .08) !important; +[class*="CalendarDay-isToday-"], +[class*="DayOfWeek-isToday-"] { + background-color: hsla(0, 0%, 100%, .25) !important; } [class*="CalendarDay-day-"], diff --git a/CSS/variables/hotpink.css b/CSS/variables/hotpink.css index 55999afb..2f3974c0 100644 --- a/CSS/variables/hotpink.css +++ b/CSS/variables/hotpink.css @@ -8,7 +8,7 @@ --drop-down-menu-bg: #204c80; --button-color: #fb3f62; - --button-color-hover: rgba(251, 63, 98, .8); + --button-color-hover: #cd4164; --button-text: #eee; --button-text-hover: #FFF; diff --git a/CSS/variables/nord.css b/CSS/variables/nord.css index b75df07b..353cb038 100644 --- a/CSS/variables/nord.css +++ b/CSS/variables/nord.css @@ -8,7 +8,7 @@ --drop-down-menu-bg: #3B4252; --button-color: #79b8ca; - --button-color-hover: #79b8cacc ; + --button-color-hover: #6a9daf; --button-text: #2E3440; --button-text-hover: #D8DEE9; diff --git a/CSS/variables/organizr-dark.css b/CSS/variables/organizr-dark.css index 6d9165e0..e4935c9c 100644 --- a/CSS/variables/organizr-dark.css +++ b/CSS/variables/organizr-dark.css @@ -1,30 +1 @@ -:root { - --main-bg-color: #1f1f1f; - - --modal-bg-color: #333; - --modal-header-color: #232323; - --modal-footer-color: #232323; - - --drop-down-menu-bg: #1b1b1b; - - --button-color: #2cabe3; - --button-color-hover: rgb(44 171 227 / .8); - --button-text: #eee; - --button-text-hover: #fff; - - --accent-color: 44, 171, 227; - --accent-color-hover: rgb(var(--accent-color),.8); - --link-color: #2cabe3; - --link-color-hover: #3cc5ff; - --label-text-color: #fff; - - --text:#96a2b4; - --text-hover: #fff; - --text-muted: #999; - - /*Specials*/ - --arr-queue-color: #2cabe3; /* Servarr apps + Bazarr*/ - --plex-poster-unwatched: #2cabe3; - --petio-spinner: invert(65%) sepia(83%) saturate(2026%) hue-rotate(167deg) brightness(90%) contrast(97%);/* Made with https://codepen.io/jsm91/embed/ZEEawyZ */ - --gitea-color-primary-dark-4: 44, 171, 227; -} \ No newline at end of file +@import url("https://develop.theme-park.dev/CSS/variables/organizr.css"); \ No newline at end of file diff --git a/CSS/variables/organizr.css b/CSS/variables/organizr.css new file mode 100644 index 00000000..aa8d9d5c --- /dev/null +++ b/CSS/variables/organizr.css @@ -0,0 +1,30 @@ +:root { + --main-bg-color: #1f1f1f; + + --modal-bg-color: #333; + --modal-header-color: #232323; + --modal-footer-color: #232323; + + --drop-down-menu-bg: #1b1b1b; + + --button-color: #2cabe3; + --button-color-hover: #298fbc; + --button-text: #eee; + --button-text-hover: #fff; + + --accent-color: 44, 171, 227; + --accent-color-hover: rgb(var(--accent-color),.8); + --link-color: #2cabe3; + --link-color-hover: #3cc5ff; + --label-text-color: #fff; + + --text:#96a2b4; + --text-hover: #fff; + --text-muted: #999; + + /*Specials*/ + --arr-queue-color: #2cabe3; /* Servarr apps + Bazarr*/ + --plex-poster-unwatched: #2cabe3; + --petio-spinner: invert(65%) sepia(83%) saturate(2026%) hue-rotate(167deg) brightness(90%) contrast(97%);/* Made with https://codepen.io/jsm91/embed/ZEEawyZ */ + --gitea-color-primary-dark-4: 44, 171, 227; +} \ No newline at end of file diff --git a/README.md b/README.md index 0e8935dd..bddb2bc4 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Dracula Overseerr -Organizr-Dark +Organizr Aquamarine Hotline Hotpink diff --git a/Resources/landing-page/js/scripts.js b/Resources/landing-page/js/scripts.js index 757f6573..11d9b26a 100644 --- a/Resources/landing-page/js/scripts.js +++ b/Resources/landing-page/js/scripts.js @@ -100,8 +100,7 @@ function injectTheme(theme,container="head") { apps = json.applications themeOptions = json.themes appCount = Object.keys(json.applications).length - document.getElementById("tag-line").innerText = `A collection of themes/skins for ${appCount} selfhosted - apps!` + document.getElementById("tag-line").innerText = `A collection of themes/skins for ${appCount} selfhosted apps!` document.getElementById("theme-header-text").innerText = `${appCount} themed applications!` document.getElementById("app-count").innerHTML = ` theme.park contains ${appCount} themed applications, with css