mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-11 16:40:55 +00:00
3.5.409. Fix player positioning. Fix cheer rendering with hashtags. Add option to hide cheering with #charity notices. Fix highlight notices not appearing. Fix clicking a dashboard widget's settings balloon. Dark CSS fixes for dashboard and clips updates. Refactor CSS for chatlines to remove the need for :before. Fix debug logging never finishing when the client fails to get a logviewer token.
This commit is contained in:
parent
1b9b695bdd
commit
6b13ac3265
24 changed files with 286 additions and 344 deletions
|
@ -53,6 +53,39 @@
|
|||
}
|
||||
|
||||
|
||||
.yin-alert {
|
||||
background-color: lighten(@nav-bg-color, 10%);
|
||||
|
||||
.yin-link {
|
||||
color: #fff;
|
||||
|
||||
&:hover {
|
||||
background-color: fade(white, 10%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.ct-editable-text {
|
||||
&:hover {
|
||||
background-color: transparent;
|
||||
&:after {
|
||||
background-color: fade(white, 10%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ct-text-input {
|
||||
background-color: fade(white, 10%);
|
||||
color: white;
|
||||
border-color: fade(white, 20%);
|
||||
|
||||
&:focus {
|
||||
border-color: fade(white, 50%);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Clip Center?
|
||||
.ce-clip-center:not(.ce-clip-center--editing) .ce-clip-center__pre-control {
|
||||
background-color: @nav-bg-color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue