From 81040f1608a66954cf3296c8410386ae5625236b Mon Sep 17 00:00:00 2001 From: SirStendec Date: Thu, 13 Jul 2017 01:51:36 -0400 Subject: [PATCH] 3.5.502. Mostly dark theme stuff. Remove every instance of "ember-chat-container" in CSS and just apply the correct class to that element with JS since Twitch hasn't after years. Closes #196. Closes #195. Closes #189. --- changelog.html | 55 +++--- dark.css | 18 ++ old_changes.html | 23 +++ src/badges.js | 6 +- src/ember/chatview.js | 5 + src/ember/room.js | 5 +- src/main.js | 2 +- src/styles/badges-transparent.css | 2 + src/styles/chat-background.css | 24 ++- src/styles/chat-hc-background.css | 7 +- src/styles/chat-hc-text.css | 13 +- src/styles/chat-separator-3d-inset.css | 3 +- src/styles/chat-separator-3d.css | 3 +- src/styles/chat-separator-wide.css | 3 +- src/styles/chat-separator.css | 3 +- src/styles/chat-user-bg.css | 6 +- src/utils.js | 1 + style.css | 231 ++++++++++++++++--------- 18 files changed, 272 insertions(+), 138 deletions(-) diff --git a/changelog.html b/changelog.html index 8439c5bb..75c608a0 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,35 @@ +
3.5.502
+ + +
3.5.501
+ + +
3.5.500
+ + +
3.5.499
+ +
3.5.498
-
3.5.492
- - -
3.5.491
- - -
3.5.490
- - -
3.5.489
- -
View Older
\ No newline at end of file diff --git a/dark.css b/dark.css index d9f70292..c9ed9014 100644 --- a/dark.css +++ b/dark.css @@ -411,6 +411,10 @@ body.ffz-dark:not([data-page="teams#show"]), color: #fff; } +.ffz-dark .button:disabled { + background-color: #242424; +} + .ffz-dark .pl-button--hollow, .ffz-dark .button--hollow { box-shadow: inset 0 0 0 1px #4b367c } @@ -1602,6 +1606,10 @@ body.ffz-dark:not([data-page="teams#show"]), .ffz-dark .activity-list-end svg { fill: #474747 } +.ffz-dark .activity-meta { + box-shadow: 0 1px 0 #474747; +} + .ffz-dark .activity-meta-divider:before { background-color: #191919; border-top-color: #474747; @@ -1630,6 +1638,7 @@ body.ffz-dark:not([data-page="teams#show"]), .ffz-dark .activity-card { border: 1px solid; + background-color: #191919; } .ffz-dark .activity-card__reason { @@ -1655,6 +1664,11 @@ body.ffz-dark:not([data-page="teams#show"]), .ffz-dark .activity-meta__name { color: #ccc } +.ffz-dark .activity-reaction__emote-contain { + background-color: #101010; +} + + .ffz-dark .activity-card__comments { background-color: #121212; box-shadow:inset 0 1px 0 #474747; @@ -1665,6 +1679,10 @@ body.ffz-dark:not([data-page="teams#show"]), box-shadow: none; /*inset 0 0 0 1px #474747;*/ } +.ffz-dark .activity-create--card { + box-shadow: 0 1px 2px rgba(255,255,255,0.2); +} + .ffz-dark .c-background { background: #101010 !important } .ffz-dark .activity-create--focus { diff --git a/old_changes.html b/old_changes.html index c81a3963..a37df9e2 100644 --- a/old_changes.html +++ b/old_changes.html @@ -1,3 +1,26 @@ +
3.5.492
+ + +
3.5.491
+ + +
3.5.490
+ + +
3.5.489
+ +
3.5.488