You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
1.3 KiB

3 years ago
:root {
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: linear-gradient(-90deg, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-header-color: linear-gradient(-90deg, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-footer-color: linear-gradient(-90deg, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
3 years ago
19.1 (#372) * fix: :bug: Ombi: button fixes * fix: :bug: Plex: Accent fixes * style: :lipstick: plex theme-option: modal color change, add plex poster var * fix: :bug: Deluge: statusbar color fix * fix: :lipstick: Set placeholders to use wildcard * import placeholder in all bases * feat: :lipstick: Adds transparency vars * fix: :bug: arr: CalendarDay-isToday- color fix * fix: :bug: Bitwarden: Password generator fix, btn fix, bg fixes * refactor: :art: arr: Refactor sonarr and radarr-base to use servarr-base.css * Update PR template * refactor: :art: Refactor lidarr, prowlarr,readarr, whisparr to use servarr-base.css * fix: :bug: arr: move styling to servarr base * fix: :lipstick: servarr: input background fix * Fix Modal Windows RSS Manager and Rules Manager (#365) * Fix Modal Windows RSS Manager and Rules Manager * use transparency vars Co-authored-by: GilbN <24592972+GilbN@users.noreply.github.com> * fix: :bug: Guacamole: Fixes for #367 * style: :lipstick: Removed gradient color from --drop-down-menu-bg var * style: :lipstick: starr: use --drop-down-menu-bg var on selects * Override RSS Header Background Image (#368) After latest release RSS window header shows a tiling image caused by transparent background styling. I looked at other headers and for some reason this is the only one with this tiling image. Before: https://i.imgur.com/Sk1Gs0a.png After: https://i.imgur.com/AgSObmX.png * fix: :bug: Guacamole: couple of tweaks in input/select * fix: :bug: Organizr: button color hover fix * fix: :bug: VueTorrent: Accent fixes, label text fixes * fix: :bug: VueTorrent: More accent/button color fixes * Forgot one * fix: :bug: VueTorrent: Table fix, torrent card text fix * fix: :lipstick: Remove hardcode select bg * style: :lipstick: starr: tooltip colors * feat: :rocket: Add Nginx Proxy Manager theme * npm name change * npm readme Co-authored-by: Zemoj <jeffgomez@zemoj.com>
2 years ago
--drop-down-menu-bg: #265c74;
3 years ago
--button-color: #009688;
--button-color-hover: #12afa0;
--button-text: #eee;
--button-text-hover: #FFF;
--accent-color: 18, 175, 160;
--accent-color-hover: rgb(var(--accent-color),.8);
--link-color: #0ed2bf;
--link-color-hover: #36e7d6;
--label-text-color: #fff;
--text:#ddd;
--text-hover: #fff;
--text-muted: #8dcfc9;
3 years ago
/*Specials*/
--arr-queue-color: #009688; /* Servarr apps + Bazarr*/
--plex-poster-unwatched: rgb(21, 213, 194);
--petio-spinner: invert(39%) sepia(98%) saturate(527%) hue-rotate(129deg) brightness(94%) contrast(101%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */
--gitea-color-primary-dark-4: 18, 175, 160;
--overseerr-gradient: radial-gradient(ellipse at center, rgb(71, 145, 138, .9) 0%, rgb(11, 49, 97, .9) 100%) center center/cover no-repeat fixed;
3 years ago
}