From 3b38d12859acc9583690c23c22430e90e58069f5 Mon Sep 17 00:00:00 2001 From: SirStendec Date: Sat, 4 Mar 2017 18:55:00 -0500 Subject: [PATCH] 3.5.435. More dark theme tweaks for notifications. Add color support to channel metadata. Add warning colors for stream latency. Closes #113 --- changelog.html | 34 +++++++++++++----------------- dark.css | 46 +++++++++++++++++++++++++++++++++++++++++ old_changes.html | 20 ++++++++++++++++++ src/ember/player.js | 16 ++++++++++++-- src/ember/sidebar.js | 11 ++++++++++ src/main.js | 2 +- src/ui/channel_stats.js | 27 ++++++++++++++++++++++-- style.css | 42 +++++++++++++++++++++++++++++++++++++ 8 files changed, 173 insertions(+), 25 deletions(-) diff --git a/changelog.html b/changelog.html index c30900af..19e76fe8 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,17 @@ +
3.5.435
+ + +
3.5.434
+ +
3.5.433
-
3.5.425
- - -
3.5.424
- - -
3.5.423
- -
View Older
\ No newline at end of file diff --git a/dark.css b/dark.css index 757b4d1a..2abe1332 100644 --- a/dark.css +++ b/dark.css @@ -1656,4 +1656,50 @@ body.ffz-dark:not([data-page="teams#show"]), .ffz-dark .dash-widget__header { background-color: #232323; border-color: rgba(255,255,255,0.2); +} + + +/* Notification Center */ + +.ffz-dark .notification-center { + background-color: #101010; + color: #C3C3C3; + box-shadow: 0 0 0 1px rgba(255,255,255,0.2); +} + +.ffz-dark .notification-center-balloon:before, +.ffz-dark .notification-center-balloon:after { display: none } + +.ffz-dark .notification__content-msg, +.ffz-dark .notification-center__header-text { color: #C3C3C3 } +.ffz-dark .notification__details { color: #777 } + +.ffz-dark .notification__dismiss svg, +.ffz-dark .notification__details svg { fill: #777 } + +.ffz-dark .notification__dismiss:hover svg { fill: #AAA } +.ffz-dark .notification__dismiss svg polygon { fill: #333 } + +.ffz-dark .notification-center__footer, +.ffz-dark .notification-center__header { + border-color: rgba(255,255,255,0.2); + background-color: #101010; +} + +.ffz-dark .notification-center__core { + background-color: rgba(255,255,255,0.05); +} + +.ffz-dark .notification-center__core-end { + box-shadow: inset 0.1rem 0.4rem 1rem -.5rem; + color: rgba(255,255,255,0.2); +} + +.ffz-dark .notification { + background-color: rgba(255,255,255,0.05); + border-color: rgba(255,255,255,0.2); +} + +.ffz-dark .notification--unread { + background-color: rgba(255,255,255,0.1); } \ No newline at end of file diff --git a/old_changes.html b/old_changes.html index 853e61be..1ad76ed9 100644 --- a/old_changes.html +++ b/old_changes.html @@ -1,3 +1,23 @@ +
3.5.425
+ + +
3.5.424
+ + +
3.5.423
+ +
3.5.422