From cd09fbe031af228760027a0489466f7a44aa284e Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 4 Oct 2015 18:04:56 -0400 Subject: [PATCH] update logging levels --- dashboard-ui/css/librarybrowser.css | 3 ++- dashboard-ui/css/librarymenu.css | 2 +- dashboard-ui/themes/android.css | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 9b109334ac..43f9600e0f 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -1034,8 +1034,9 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { border-radius: 50%; color: #fff; background: rgb(82, 181, 75); - background: rgba(82, 181, 75, .8); + background: rgba(82, 181, 75, .9); line-height: 19px; + font-weight: 500; } .playedIndicator .fa { diff --git a/dashboard-ui/css/librarymenu.css b/dashboard-ui/css/librarymenu.css index 6057b4bc91..a8d89b022c 100644 --- a/dashboard-ui/css/librarymenu.css +++ b/dashboard-ui/css/librarymenu.css @@ -221,7 +221,7 @@ } .viewMenuBar.semiTransparent { - background-color: rgba(18, 18, 18, .65); + background-color: rgba(18, 18, 18, .60); } .paperLibraryViewNav { diff --git a/dashboard-ui/themes/android.css b/dashboard-ui/themes/android.css index 3ea6c063fe..d6ee4a74dc 100644 --- a/dashboard-ui/themes/android.css +++ b/dashboard-ui/themes/android.css @@ -3,7 +3,7 @@ } .viewMenuBar.semiTransparent { - background-color: rgba(15, 15, 15, .50); + background-color: rgba(15, 15, 15, .45); } .background-theme-b, paper-dialog.background-theme-b {