From 6b13ac3265977522bce8220bc9cd09e5568ee429 Mon Sep 17 00:00:00 2001 From: SirStendec Date: Fri, 23 Dec 2016 13:40:05 -0500 Subject: [PATCH] 3.5.409. Fix player positioning. Fix cheer rendering with hashtags. Add option to hide cheering with #charity notices. Fix highlight notices not appearing. Fix clicking a dashboard widget's settings balloon. Dark CSS fixes for dashboard and clips updates. Refactor CSS for chatlines to remove the need for :before. Fix debug logging never finishing when the client fails to get a logviewer token. --- changelog.html | 57 ++++---- dark.css | 24 +++- old_changes.html | 33 +++++ src/ember/bits.js | 10 ++ src/ember/dashboard.js | 2 +- src/ember/line.js | 33 ++--- src/ember/moderation-card.js | 6 +- src/ember/room.js | 4 +- src/ext/betterttv.js | 1 - src/less/dark-clips.less | 33 +++++ src/main.js | 2 +- src/styles/badges-transparent.css | 4 +- src/styles/chat-background.css | 95 ++++++-------- src/styles/chat-hc-background.css | 4 +- src/styles/chat-hc-text.css | 2 - src/styles/chat-separator-3d-inset.css | 18 +-- src/styles/chat-separator-3d.css | 18 +-- src/styles/chat-separator-wide.css | 18 +-- src/styles/chat-separator.css | 26 ++-- src/styles/chat-setup.css | 22 ---- src/styles/chat-user-bg.css | 14 +- src/tokenize.js | 18 ++- src/ui/about_page.js | 11 ++ style.css | 175 +++++-------------------- 24 files changed, 286 insertions(+), 344 deletions(-) delete mode 100644 src/styles/chat-setup.css diff --git a/changelog.html b/changelog.html index c342f662..0f539556 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,27 @@ +
3.5.409
+ + +
3.5.408
+ + +
3.5.407
+ + +
3.5.406
+ +
3.5.405
-
3.5.398
- - -
3.5.397
- - -
3.5.396
- - -
3.5.395
- -
View Older
\ No newline at end of file diff --git a/dark.css b/dark.css index 0f863a8d..5c06d6bc 100644 --- a/dark.css +++ b/dark.css @@ -512,8 +512,8 @@ body.ffz-dark:not([data-page="teams#show"]), } .ffz-dark .tabs li.selected a { - color: #fff !important; - border-color: #a68cd4 !important; + color: #fff !important; + border-color: #a68cd4 !important; } @@ -861,6 +861,17 @@ body.ffz-dark:not([data-page="teams#show"]), /* Dashboard */ +.ffz-dark .dash-tabs__item--active .dash-tabs__label:after { + border-color: #191919; +} + +.ffz-dark .dash-tabs__item { + background-color: #151515; + border-color: rgba(255,255,255,0.2); +} + +.ffz-dark .dash-tabs__item--active { background-color: #191919 } + .ffz-dark .card-carousel__button, .ffz-dark .carousel__button { background-color: #101010; @@ -886,6 +897,8 @@ body.ffz-dark:not([data-page="teams#show"]), background-color: #121212; } +.ffz-dark .dash-brick, +.ffz-dark .dash-tabs__item--active .dash-tabs__label, .ffz-dark .ct-type-grey { color: #ccc } .ffz-dark .brick--marked.brick--theme-white, @@ -1457,12 +1470,13 @@ body.ffz-dark:not([data-page="teams#show"]), .ffz-dark .activity-create { background-color: #101010; - box-shadow: inset 0 0 0 1px #474747; + box-shadow: none; /*inset 0 0 0 1px #474747;*/ } .ffz-dark .activity-create--focus { - background-color: #1d1d1d; - box-shadow: inset 0 0 0 1px #474747; + background-color: #191919; + /*box-shadow: none; inset 0 0 0 1px #474747;*/ + border-color: rgba(255,255,255,0.4) !important; } .ffz-dark .activity-add-comment__textarea:before { diff --git a/old_changes.html b/old_changes.html index 48b1cf24..ca644565 100644 --- a/old_changes.html +++ b/old_changes.html @@ -1,3 +1,36 @@ +
3.5.398
+ + +
3.5.397
+ + +
3.5.396
+ + +
3.5.395
+ +
3.5.394