1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-03 16:38:31 +00:00

3.5.249. Add option to hide the Bits Tag display on streams such as EVO.

This commit is contained in:
SirStendec 2016-07-14 23:01:15 -04:00
parent 25eadeb89a
commit 0482887343
16 changed files with 72 additions and 81 deletions

View file

@ -316,7 +316,8 @@ body.ffz-dark:not([data-page="teams#show"]),
.ffz-dark .manager .videos-grid .video:hover .meta .actions li a,
.ffz-dark .ember-chat .chat-room-list .room:not(:hover) p.room-title,
.ffz-dark .dropmenu_action:not(:hover) span,
.ffz-dark a:not(.profile-card__content):not(.filter-item):not(.ui-state-focus):not(.button):not(.switch):not(.follow):not(.fb_button):not(.what) {
.ffz-dark a {
/*.ffz-dark a:not(.profile-card__content):not(.filter-item):not(.ui-state-focus):not(.button):not(.switch):not(.follow):not(.fb_button):not(.what) {*/
color: #a68ed2;
}
@ -333,9 +334,11 @@ body.ffz-dark:not([data-page="teams#show"]),
.ffz-dark .exit-theatre > a { color: #000 !important; }
.ffz-dark .switch,
.ffz-dark .button,
.ffz-dark .follow-button a,
.ffz-dark a.dropmenu_action:hover {
color: #fff !important;
color: #fff;
}
.ffz-dark .panel-formatting .panel h3 {