diff --git a/dashboard-ui/css/card.css b/dashboard-ui/css/card.css index cfa0fa0926..6b9933ad5b 100644 --- a/dashboard-ui/css/card.css +++ b/dashboard-ui/css/card.css @@ -88,7 +88,7 @@ } .defaultBackground .cardImage, .ui-body-b .visualCardBox { - background-color: #2a2a2a; + background-color: #222326; } .cardScalable { diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 0dbf5fa17c..ac7362cac9 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -8,7 +8,7 @@ } .background-theme-b, .dialog.background-theme-b { - background-color: #19191A; + background-color: #121314; /*background: radial-gradient(circle, #282828, #141414);*/ } diff --git a/dashboard-ui/css/librarymenu.css b/dashboard-ui/css/librarymenu.css index 0271bfb22d..c9ba5f0179 100644 --- a/dashboard-ui/css/librarymenu.css +++ b/dashboard-ui/css/librarymenu.css @@ -218,7 +218,7 @@ } .viewMenuBar, .ui-body-b .libraryViewNav { - background-color: #2b2b2b; + background-color: #222326; color: #fff; }