From 1099cc95c276942750c0f71a6356d6406f462b0e Mon Sep 17 00:00:00 2001 From: SirStendec Date: Thu, 6 Apr 2017 17:55:14 -0400 Subject: [PATCH] 3.5.458. Add a disclaimer to the ITAD popup about the benefits of buying games on Twitch. Fix player volume shenanigans. Closes #126. Closes #125. --- changelog.html | 35 +++++++---------------------------- dark.css | 4 +++- old_changes.html | 28 ++++++++++++++++++++++++++++ src/ember/commerce.js | 20 +++++++++++--------- src/ember/player.js | 2 +- src/main.js | 25 ++++++++++++++++++++++++- style.css | 5 +++-- 7 files changed, 77 insertions(+), 42 deletions(-) diff --git a/changelog.html b/changelog.html index 47ba71d3..58b46e57 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,10 @@ +
3.5.458
+ +
3.5.457
-
3.5.448
- - -
3.5.447
- - -
3.5.446
- - -
3.5.445
- -
View Older
\ No newline at end of file diff --git a/dark.css b/dark.css index a8703b04..927e232e 100644 --- a/dark.css +++ b/dark.css @@ -651,10 +651,12 @@ body.ffz-dark:not([data-page="teams#show"]), .ffz-dark .tw-tabs__item > a.active, .ffz-dark .tw-tabs__item > button.active { - color: #aaa; + color: #ccc; box-shadow: 0 -1px 0 #ccc inset; } +.ffz-dark .game-details__nav > li > a.active { color: #fff } + .ffz-dark .mininav li > a:hover, .ffz-dark ul.mininav li.active, .ffz-dark ul.tabs li.selected a, diff --git a/old_changes.html b/old_changes.html index 30cce332..05fa4e32 100644 --- a/old_changes.html +++ b/old_changes.html @@ -1,3 +1,31 @@ +
3.5.448
+ + +
3.5.447
+ + +
3.5.446
+ + +
3.5.445
+ +
3.5.444