From 812cbb19a48d4f1cd7ae11eb1459a16df5073e4b Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 23 Jul 2016 02:04:18 -0400 Subject: [PATCH] update cards --- dashboard-ui/css/card.css | 2 +- dashboard-ui/css/librarybrowser.css | 2 +- dashboard-ui/css/librarymenu.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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; }