cloud sync updates
This commit is contained in:
Vendored
+12
-1
@@ -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;
|
||||
|
||||
@@ -1073,3 +1073,12 @@ h1 + .accentButton {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.disabledUser {
|
||||
-webkit-filter: grayscale(100%);
|
||||
filter: grayscale(100%);
|
||||
}
|
||||
|
||||
.disabledUserBanner {
|
||||
margin: 0 0 2em;
|
||||
}
|
||||
|
||||
@@ -1950,12 +1950,12 @@
|
||||
if (item.CriticRating != null) {
|
||||
|
||||
if (item.CriticRating >= 60) {
|
||||
html += '<div class="fresh rottentomatoesicon"></div>';
|
||||
html += '<div class="fresh rottentomatoesicon" title="Rotten Tomatoes"></div>';
|
||||
} else {
|
||||
html += '<div class="rotten rottentomatoesicon"></div>';
|
||||
html += '<div class="rotten rottentomatoesicon" title="Rotten Tomatoes"></div>';
|
||||
}
|
||||
|
||||
html += '<div class="criticRating">' + item.CriticRating + '%</div>';
|
||||
html += '<div class="criticRating" title="Rotten Tomatoes">' + item.CriticRating + '%</div>';
|
||||
}
|
||||
|
||||
if (item.Metascore && metascore !== false) {
|
||||
|
||||
Reference in New Issue
Block a user