1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-04 00:48:32 +00:00

3.5.418. Bunch of changes made while I was away at AGDQ. Add a setting for using the mouse wheel to adjust player volume. Fix colors in vod chat when Twitch adds non-messages as messages. (CLEARCHAT go home you're drunk...)

This commit is contained in:
SirStendec 2017-01-18 18:33:56 -05:00
parent 6b13ac3265
commit 03c825c398
13 changed files with 465 additions and 175 deletions

View file

@ -1543,16 +1543,16 @@ body.ffz-dark:not([data-page="teams#show"]),
box-shadow: inset 0 -1px 0 #161616, -1px 1px rgba(255,255,255,0.065);
}
.ffz-dark .twitchbot-border-more,
.ffz-dark .twitchbot-settings__border-more,
.ffz-dark .border-t,
.ffz-dark .border-b,
.ffz-dark .cn-metabar__more {
border-color: rgba(255,255,255,0.2) !important;
}
.ffz-dark .twitchbot-hover-text-help,
.ffz-dark .twitchbot-rule-container:hover,
.ffz-dark .twitchbot-right-container {
.ffz-dark .twitchbot-settings__hover-text-help,
.ffz-dark .twitchbot-settings__rule-container:hover,
.ffz-dark .twitchbot-settings__right-container {
background-color: #191919;
}
@ -1564,13 +1564,17 @@ body.ffz-dark:not([data-page="teams#show"]),
}
.ffz-dark .twitchbot-help,
.ffz-dark .twitchbot-level-context,
.ffz-dark .twitchbot-settings__help,
.ffz-dark .twitchbot-settings__level-context,
.ffz-dark .cn-bar__avatar-wrap {
background-color: #101010;
border-color: #101010;
}
.ffz-dark .twitchbot-settings__arrow-up {
border-bottom-color: #101010;
}
.ffz-dark .cn-bar__displayname {
color: #c3c3c3;
}