diff --git a/dashboard-ui/css/materialize.css b/dashboard-ui/css/materialize.css index f746c53f3b..3600d53bce 100644 --- a/dashboard-ui/css/materialize.css +++ b/dashboard-ui/css/materialize.css @@ -54,10 +54,13 @@ -o-transition: 0.2s ease-out; -ms-transition: 0.2s ease-out; transition: 0.2s ease-out; - cursor: pointer; position: relative; } +.btn:not(.btnStatic), .btn-large:not(.btnStatic) { + cursor: pointer; +} + .btn-floating { -webkit-border-radius: 2px; -moz-border-radius: 2px; @@ -152,6 +155,14 @@ background-color: #52B54B; } +.btnWarningAccent { + background-color: #FF6A00; +} + +.btnDarkAccent { + background-color: #666; +} + .btn, .btn-large { color: #fff !important; font-weight: 500 !important; diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 7220686980..fa18e7afe5 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -1073,3 +1073,12 @@ h1 + .accentButton { margin: 0; } } + +.disabledUser { + -webkit-filter: grayscale(100%); + filter: grayscale(100%); +} + +.disabledUserBanner { + margin: 0 0 2em; +} diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js index bdeaf38326..69aa3fe7b4 100644 --- a/dashboard-ui/scripts/librarybrowser.js +++ b/dashboard-ui/scripts/librarybrowser.js @@ -1950,12 +1950,12 @@ if (item.CriticRating != null) { if (item.CriticRating >= 60) { - html += '
'; + html += ''; } else { - html += ''; + html += ''; } - html += '