From 055386767fa843d0d8e411f937d2ee3d87241629 Mon Sep 17 00:00:00 2001 From: SirStendec Date: Tue, 22 Aug 2017 20:18:47 -0400 Subject: [PATCH] 3.5.512. Fix blocked games in social bar. Dark CSS tweaks. --- changelog.html | 19 ++++++------------- dark.css | 28 ++++++++++++++++++++++++++++ old_changes.html | 13 +++++++++++++ src/ember/directory.js | 11 ++++++++++- src/ember/sidebar.js | 11 +++++++++++ src/main.js | 2 +- 6 files changed, 69 insertions(+), 15 deletions(-) diff --git a/changelog.html b/changelog.html index 7897095e..745b7370 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,9 @@ +
3.5.512
+ +
3.5.511
-
3.5.502
- - -
3.5.501
- -
View Older
\ No newline at end of file diff --git a/dark.css b/dark.css index 6983d3ee..4e0e35e8 100644 --- a/dark.css +++ b/dark.css @@ -401,6 +401,12 @@ body.ffz-dark:not([data-page="teams#show"]), background-color: #444; } +.ffz-dark .c-background-graph { background-color: #444 !important } + +.ffz-dark .shadow-border--bottom-right { + box-shadow: 1px 0 0 0 #474747, 0 1px 0 0 #474747; +} + .ffz-dark .switch, .ffz-dark .button, .ffz-dark .pl-button--hollow, @@ -1934,6 +1940,7 @@ body.ffz-dark:not([data-page="teams#show"]), /* Video Uploads */ +.ffz-dark .vod-vertical-nav + div .card > div[style], .ffz-dark #video-manager .card > div[style], .ffz-dark .videos.uploads .card > div[style] { background-color: #101010 !important; @@ -1944,6 +1951,7 @@ body.ffz-dark:not([data-page="teams#show"]), background-color: #161616; } +.ffz-dark .drop-zone__border, .ffz-dark .subscription-modal__right, .ffz-dark .subscription-modal__bar { border-color: rgba(255,255,255,0.2); @@ -2176,4 +2184,24 @@ body.ffz-dark:not([data-page="teams#show"]), .ffz-dark .clmgr-table__cell-wrapper:nth-child(even) .clmgr-table__cell--collapsed:hover, .ffz-dark .clmgr-table__cell--collapsed:hover { background-color: rgba(255,255,255,0.2); +} + +.ffz-dark .stats-table__header { + background-color: #101010; +} + +.ffz-dark .border, +.ffz-dark .stats-table__cell, +.ffz-dark .stats-table { + border-color: #474747; +} + +.ffz-dark .stats-table__cell { color: #ccc } + +.ffz-dark .stats-table__row:nth-child(even) { + background-color: #191919; +} + +.ffz-dark .stats-table__row:hover { + background-color: #333; } \ No newline at end of file diff --git a/old_changes.html b/old_changes.html index 7635c2db..e7ae9d4a 100644 --- a/old_changes.html +++ b/old_changes.html @@ -1,3 +1,16 @@ +
3.5.502
+ + +
3.5.501
+ +
3.5.500