From 6832ed3cc90e3a7c62dcba988550a904f7c127f0 Mon Sep 17 00:00:00 2001 From: SirStendec Date: Tue, 6 Dec 2016 21:34:09 -0500 Subject: [PATCH] 3.5.390. Dark theme tweaks for the resub button and channel feed. A bit of work for adding notification control to friend cards. Closes #61 --- changelog.html | 11 +++++------ dark.css | 13 +++++++++++++ old_changes.html | 6 ++++++ src/ember/following.js | 32 ++++++++++++++++++++++++++++++-- src/main.js | 2 +- 5 files changed, 55 insertions(+), 9 deletions(-) diff --git a/changelog.html b/changelog.html index 783fe37a..fe4d3968 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,8 @@ +
3.5.390
+ +
3.5.389
-
3.5.379
- -
View Older
\ No newline at end of file diff --git a/dark.css b/dark.css index f6078bab..5e664288 100644 --- a/dark.css +++ b/dark.css @@ -97,6 +97,7 @@ .ffz-dark #stats_and_description .stat { color: #808080 } .ffz-dark #stats_and_description .stat:not(#channel_viewer_count) { -webkit-filter: invert(100%) } +.ffz-dark .profile-card__content, .ffz-dark .member.js-playing a { color: #fff !important } .ffz-dark .member { box-shadow: none !important } .ffz-dark .member.live { background-color: #222; } @@ -219,6 +220,7 @@ body.ffz-dark:not([data-page="teams#show"]), .ffz-dark .balloon--left:after { box-shadow: 1px -1px 0 rgba(255,255,255,0.2) } .ffz-dark .balloon--right:after { box-shadow: -1px 1px 0 rgba(255,255,255,0.2) } +.ffz-dark .filter-bar__balloon-footer, .ffz-dark .balloon__footer { background-color: rgb(25,25,25); border: 1px solid rgba(255,255,255,0.2); @@ -1436,6 +1438,16 @@ body.ffz-dark:not([data-page="teams#show"]), box-shadow:inset 0 1px 0 #474747; } +.ffz-dark .activity-create { + background-color: #101010; + box-shadow: inset 0 0 0 1px #474747; +} + +.ffz-dark .activity-create--focus { + background-color: #1d1d1d; + box-shadow: inset 0 0 0 1px #474747; +} + .ffz-dark .activity-add-comment__textarea:before { background: #1d1d1d; border-left-color: #474747; @@ -1505,6 +1517,7 @@ body.ffz-dark:not([data-page="teams#show"]), } +.ffz-dark .cn-bar__button--resubscribe, .ffz-dark .button--icon.cn-bar__button--subscribed { background-color: #161616; box-shadow: 0 0 0 1px rgba(255,255,255,0.065) inset; diff --git a/old_changes.html b/old_changes.html index 96678639..0883fd76 100644 --- a/old_changes.html +++ b/old_changes.html @@ -1,3 +1,9 @@ +
3.5.379
+ +
3.5.378