From 8f1433baee4b9f5089363e21cd4fa4b387edd2a3 Mon Sep 17 00:00:00 2001 From: GilbN Date: Mon, 4 Oct 2021 22:47:47 +0200 Subject: [PATCH] CA beta fixes --- CSS/themes/unraid/unraid-base.css | 115 ++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) diff --git a/CSS/themes/unraid/unraid-base.css b/CSS/themes/unraid/unraid-base.css index 2c9a06b4..7a17f2e3 100644 --- a/CSS/themes/unraid/unraid-base.css +++ b/CSS/themes/unraid/unraid-base.css @@ -443,6 +443,121 @@ li.caMenuItem:hover { color: var(--link-color-hover); } +.ca_holder { + background-color: rgb(0, 0, 0, .25) !important; + border-color: rgba(255, 255, 255, 0.1) !important; +} + +.ca_holder:hover { + background-color: rgba(0, 0, 0, 0.45) !important; +} + +.infoButton, +.supportButton, +.actionsPopup, +.supportPopup, +.popupProfile, +.repoPopup, +.ca_favouriteRepo, +.donate { + color: var(--button-text) !important; + background: var(--button-color) !important; +} + +.infoButton:hover, +.supportButton:hover, +.actionsPopup:hover, +.supportPopup:hover, +.popupProfile:hover, +.repoPopup:hover, +.ca_favouriteRepo:hover, +.donate:hover a { + background: var(--button-color-hover) !important; + color: var(--button-text-hover) !important; +} + +.donate a { + color: var(--button-text) !important; +} + +.donate:hover a { + color: var(--button-text-hover) !important; +} + +.unpinned { + color: var(--button-color) !important +} + +.unpinned:hover { + color: var(--button-color-hover) !important; +} + +.homeMore:hover, +.popUpClose:hover, +.enabledIcon:hover, +.ca_readmore:hover { + color: var(--link-color-hover) !important; +} + +.homeMore, +.popUpClose, +.ca_readmore { + color: var(--link-color) !important; +} + +.sortIcons.enabledIcon { + color: rgb(var(--accent-color)) !important; +} + +.sortIcons.enabledIcon:hover { + color: var(--link-color-hover) !important; +} + +.sortIcons { + color: var(--text) !important; +} + +.sortIcons:hover { + color: var(--text-hover) !important; +} + +.pageSelected { + color: rgb(var(--accent-color)) !important; +} + +.pageNumber:hover { + color: var(--accent-color-hover) !important; +} + +#copyright>a { + color: var(--link-color); +} + +#copyright>a:hover { + color: var(--link-color-hover); +} + +/* CA search input */ +#searchButton:hover { + color: rgb(var(--accent-color)); +} + +#searchBox, +.searchSubmit { + background: rgba(255, 255, 255, 0.05) !important; +} + +/* CA slide in menu */ + +.chartMenu:hover { + color: var(--link-color-hover) !important; +} + +.sidenav { + background: var(--modal-bg-color) !important; + color: var(--text) !important; +} + /* AZURE THEME*/ div.frame, div.tabs {