mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-16 10:06:54 +00:00
An update!
This commit is contained in:
parent
6264da62fc
commit
b184fc74b2
15 changed files with 905 additions and 125 deletions
54
style.css
54
style.css
|
@ -659,6 +659,26 @@ body:not(.ffz-menu-replace) .emoticon-selector-toggle + script + .ffz-ui-toggle
|
|||
|
||||
/* Chat Rows */
|
||||
|
||||
.ember-chat .chat-messages .chat-line.ffz-has-deleted {
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
.chat-line.ffz-deleted > span {
|
||||
opacity: 0.15;
|
||||
}
|
||||
|
||||
.chat-line.ffz-deleted > span.message {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
.chat-line.ffz-deleted:hover > span {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.chat-line.ffz-deleted:hover > span.message {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.ffz-chat-background .more-messages-indicator {
|
||||
/* This looks better when it's full width. */
|
||||
margin: 0 -20px;
|
||||
|
@ -707,6 +727,31 @@ body:not(.ffz-menu-replace) .emoticon-selector-toggle + script + .ffz-ui-toggle
|
|||
background-color: rgba(255,0,0, 0.3);
|
||||
}
|
||||
|
||||
|
||||
/* The New Whispers */
|
||||
|
||||
|
||||
.ffz-chat-background .app-main.theatre .ember-chat .chat-messages .whisper-line.whisper-incoming.ffz-alternate,
|
||||
.ffz-chat-background .chat-container.dark .ember-chat .chat-messages .whisper-line.whisper-incoming.ffz-alternate,
|
||||
.ffz-chat-background .ember-chat-container.dark .ember-chat .chat-messages .whisper-line.whisper-incoming.ffz-alternate {
|
||||
background-color: #131317;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Temporary Fix */
|
||||
|
||||
.chat-container.dark .ember-chat .chat-messages .whisper-line.whisper-incoming,
|
||||
.app-main.theatre .chat-container .ember-chat .chat-messages .whisper-line.whisper-incoming,
|
||||
.chat-container.force-dark .ember-chat .chat-messages .whisper-line.whisper-incoming,
|
||||
.ember-chat-container.dark .ember-chat .chat-messages .whisper-line.whisper-incoming,
|
||||
.app-main.theatre .ember-chat-container.chat-container .ember-chat .chat-messages .whisper-line.whisper-incoming,
|
||||
.ember-chat-container.force-dark .ember-chat .chat-messages .whisper-line.whisper-incoming {
|
||||
background-color: #101014;
|
||||
border-left: 2px solid #a68ed2
|
||||
}
|
||||
|
||||
|
||||
/* Emoticon Tooltips */
|
||||
|
||||
.tipsy .tipsy-inner {
|
||||
|
@ -782,6 +827,13 @@ body:not(.ffz-menu-replace) .emoticon-selector-toggle + script + .ffz-ui-toggle
|
|||
|
||||
/* Dumb Fixes */
|
||||
|
||||
.chat-container.dark, .app-main.theatre .chat-container,
|
||||
.chat-container.force-dark, .ember-chat-container.dark,
|
||||
.app-main.theatre .ember-chat-container.chat-container,
|
||||
.ember-chat-container.force-dark {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.notification-controls .notify-menu {
|
||||
bottom: 40px;
|
||||
}
|
||||
|
@ -800,7 +852,7 @@ a.unsafe-link {
|
|||
/* Group Tabs */
|
||||
|
||||
#ffz-group-tabs {
|
||||
padding: 10px 0 6px;
|
||||
padding: 10px 10px 6px;
|
||||
box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue