diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 9b109334a..43f9600e0 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 6057b4bc9..a8d89b022 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 3ea6c063f..d6ee4a74d 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 {