diff --git a/dashboard-ui/css/librarymenu.css b/dashboard-ui/css/librarymenu.css index bbce6886ff..eb1387f25a 100644 --- a/dashboard-ui/css/librarymenu.css +++ b/dashboard-ui/css/librarymenu.css @@ -200,7 +200,7 @@ } .viewMenuBar.semiTransparent { - background-color: rgba(18, 18, 18, .8); + background-color: rgba(18, 18, 18, .75); } .paperLibraryViewNav { diff --git a/dashboard-ui/themes/android.css b/dashboard-ui/themes/android.css index 2f76a87ece..f97e91b1fc 100644 --- a/dashboard-ui/themes/android.css +++ b/dashboard-ui/themes/android.css @@ -3,7 +3,7 @@ } .viewMenuBar.semiTransparent { - background-color: rgba(27, 27, 27, .8); + background-color: rgba(27, 27, 27, .75); } .ui-page-theme-b:not(.pageWithAbsoluteTabs), .pageWithAbsoluteTabs .pageBackground {