diff --git a/dashboard-ui/components/paperdialoghelper.js b/dashboard-ui/components/paperdialoghelper.js index 6b198d1d53..69133beabe 100644 --- a/dashboard-ui/components/paperdialoghelper.js +++ b/dashboard-ui/components/paperdialoghelper.js @@ -92,6 +92,7 @@ dlg.exitAnimation = 'fade-out-animation'; dlg.classList.add('fullscreen-editor-paper-dialog'); dlg.classList.add('ui-body-b'); + dlg.classList.add('background-theme-b'); dlg.classList.add('smoothScrollY'); return dlg; diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 466b4b9ac6..1590472a31 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -18,7 +18,8 @@ .background-theme-b { background-color: #242424; - background: -webkit-radial-gradient(circle, #282828, #202020); + background: radial-gradient(circle, #282828, #141414) !important; + background-attachment: fixed; } .ui-body-b { diff --git a/dashboard-ui/themes/android.css b/dashboard-ui/themes/android.css index cbe8ca0381..34b5dd5746 100644 --- a/dashboard-ui/themes/android.css +++ b/dashboard-ui/themes/android.css @@ -7,7 +7,8 @@ } .background-theme-b { - background-color: #202020; + background: radial-gradient(circle, #282828, #141414) !important; + background-attachment: fixed; } .backdropContainer .pageBackground { diff --git a/dashboard-ui/themes/ios.css b/dashboard-ui/themes/ios.css index fe7a7c7ce3..0e5ce968e8 100644 --- a/dashboard-ui/themes/ios.css +++ b/dashboard-ui/themes/ios.css @@ -33,7 +33,8 @@ body { } .background-theme-b { - background-color: #161616; + background: radial-gradient(circle, #303030, #101010) !important; + background-attachment: fixed; } .backdropContainer .pageBackground {