1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-03 08:28:31 +00:00
* Added: Initial Legal page to the Control Center with information about what third-parties the client contacts during normal operations, as well as a link to our Terms of Service.
* Fixed: Coloring of Enable and Disable buttons on the `Add-ons` list.
This commit is contained in:
SirStendec 2019-09-12 14:17:33 -04:00
parent 1a171939ac
commit 6399a3d97d
6 changed files with 106 additions and 6 deletions

View file

@ -290,15 +290,30 @@ textarea.tw-input {
@include button-colors(#7d5bbe, #9a7fcc, #eeeeee, #7d5bbe)
}
}
.ffz--button-enable,
.ffz--button-disable {
border-color: #dad8de !important;
background-color: transparent !important;
color: #000 !important;
.tw-root--theme-dark & {
border-color: #424242 !important;
color: #dadada !important;
}
}
.ffz--button-enable {
@include button-colors(#007600, #007600, #fff, 6px);
&, .tw-root--theme-dark & {
@include button-colors(#007600, #007600, #fff, 6px);
}
}
.ffz--button-disable {
@include button-colors(#bd0f0f, #bd0f0f, #fff, 6px);
&, .tw-root--theme-dark & {
@include button-colors(#bd0f0f, #bd0f0f, #fff, 6px);
}
}
.ffz--example-report {