2017-11-13 01:23:39 -05:00
|
|
|
@import "./widgets/container.scss";
|
|
|
|
|
2018-09-24 14:33:06 -04:00
|
|
|
@import "./widgets/main-menu.scss";
|
2017-11-13 01:23:39 -05:00
|
|
|
@import "./widgets/menu-container.scss";
|
|
|
|
@import "./widgets/tab-container.scss";
|
|
|
|
|
2021-02-10 16:53:10 -05:00
|
|
|
@import "./widgets/key-picker.scss";
|
2017-11-13 01:23:39 -05:00
|
|
|
@import "./widgets/menu-tree.scss";
|
|
|
|
@import "./widgets/profile-selector.scss";
|
2018-03-22 22:39:27 -04:00
|
|
|
@import "./widgets/badge-visibility.scss";
|
2019-06-01 02:11:22 -04:00
|
|
|
@import "./widgets/add-ons.scss";
|
2017-11-13 01:23:39 -05:00
|
|
|
|
2018-06-27 14:13:59 -04:00
|
|
|
@import "./widgets/color-picker.scss";
|
2019-06-08 17:35:48 -04:00
|
|
|
@import "./widgets/icon-picker.scss";
|
2018-06-27 14:13:59 -04:00
|
|
|
|
2019-06-13 22:56:50 -04:00
|
|
|
@import "./widgets/check-box.scss";
|
2017-11-13 01:23:39 -05:00
|
|
|
|
2017-12-13 17:35:20 -05:00
|
|
|
.tw-display-inline { display: inline !important }
|
|
|
|
.tw-width-auto { width: auto !important }
|
2017-11-13 01:23:39 -05:00
|
|
|
|
2021-02-22 20:11:35 -05:00
|
|
|
.ffz--notice {
|
|
|
|
a {
|
|
|
|
color: var(--color-text-overlay-link);
|
|
|
|
|
|
|
|
&:hover, &:hover:focus {
|
|
|
|
color: var(--color-text-overlay-link-hover);
|
|
|
|
}
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
color: var(--color-text-overlay-link-focus);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-07-05 20:27:17 -04:00
|
|
|
.ffz-unmatched-item { opacity: 0.25 }
|
|
|
|
.ffz-monospace { font-family: monospace }
|
|
|
|
.ffz-bottom-100 { bottom: 100% }
|
2018-06-27 14:13:59 -04:00
|
|
|
|
2021-02-22 20:11:35 -05:00
|
|
|
.ffz--badge-term-image {
|
|
|
|
height: 3.6rem;
|
|
|
|
width: 3.6rem;
|
|
|
|
}
|
|
|
|
|
2019-06-09 19:48:26 -04:00
|
|
|
.ffz--autocomplete {
|
|
|
|
.scrollable-area {
|
|
|
|
max-height: 20rem;
|
|
|
|
}
|
|
|
|
}
|
2018-05-31 18:34:15 -04:00
|
|
|
|
2021-02-09 19:14:56 -05:00
|
|
|
.ffz-radio-top {
|
2021-02-11 19:40:12 -05:00
|
|
|
.ffz-radio__input:checked+.ffz-radio__label:after,
|
|
|
|
.ffz-radio__label:before {
|
2021-02-09 19:14:56 -05:00
|
|
|
top: 1rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-10-04 14:57:13 -04:00
|
|
|
.ffz--i18n-entry {
|
|
|
|
&:nth-child(2n+1) {
|
|
|
|
background-color: var(--color-background-alt-2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz--i18n-sub-entry {
|
|
|
|
width: 33%;
|
|
|
|
}
|
|
|
|
|
2019-10-11 17:41:07 -04:00
|
|
|
textarea {
|
|
|
|
min-height: 100%;
|
|
|
|
}
|
|
|
|
|
2019-10-04 14:57:13 -04:00
|
|
|
code {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-02-11 19:40:12 -05:00
|
|
|
textarea.ffz-input {
|
2019-06-13 22:56:50 -04:00
|
|
|
height: unset;
|
|
|
|
}
|
|
|
|
|
2017-11-13 01:23:39 -05:00
|
|
|
.ffz--widget {
|
2021-01-27 17:36:01 -05:00
|
|
|
.tw-pill {
|
|
|
|
border-radius: 1000px;
|
|
|
|
padding: 0.3rem 0.8em;
|
|
|
|
font-size: 75%;
|
|
|
|
background-color: var(--color-background-pill);
|
|
|
|
color: var(--color-text-overlay);
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2017-11-13 01:23:39 -05:00
|
|
|
input, select {
|
|
|
|
min-width: 20rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
min-width: 15rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-29 02:22:45 -04:00
|
|
|
.ffz--link-tester {
|
|
|
|
code {
|
|
|
|
tab-size: 4;
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
min-width: 15rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-11-13 01:23:39 -05:00
|
|
|
|
2018-05-31 18:34:15 -04:00
|
|
|
.ffz-min-width-unset {
|
|
|
|
min-width: unset !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2018-04-28 17:56:03 -04:00
|
|
|
.ffz--color-widget input,
|
|
|
|
.ffz--inline label {
|
|
|
|
min-width: unset;
|
|
|
|
}
|
|
|
|
|
2019-02-12 17:39:54 -05:00
|
|
|
.ffz--reset-button {
|
|
|
|
height: 2.6rem;
|
|
|
|
|
|
|
|
.tw-button__text {
|
|
|
|
padding: 0.1rem 0.4rem !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-04-28 17:56:03 -04:00
|
|
|
|
|
|
|
.ffz-color-preview {
|
|
|
|
margin: 1px;
|
|
|
|
|
|
|
|
figure.ffz-i-eyedropper {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover, &:focus {
|
|
|
|
figure {
|
|
|
|
opacity: 1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
figure {
|
|
|
|
width: 3rem;
|
|
|
|
margin: .4rem;
|
2018-06-27 14:13:59 -04:00
|
|
|
text-align: center;
|
2018-04-28 17:56:03 -04:00
|
|
|
|
|
|
|
height: calc(100% - .8rem);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2017-11-13 01:23:39 -05:00
|
|
|
.ffz--menu-page {
|
|
|
|
padding: 1rem;
|
|
|
|
|
|
|
|
header {
|
|
|
|
a {
|
|
|
|
font-weight: bold;
|
2018-03-24 04:19:41 -04:00
|
|
|
color: inherit !important;
|
2017-11-13 01:23:39 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.ffz--profile-editor {
|
|
|
|
.tw-button:disabled:not(:hover):not(:focus) {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
width: 10rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2018-04-01 18:24:08 -04:00
|
|
|
.ffz--chat-actions,
|
2017-11-13 01:23:39 -05:00
|
|
|
.ffz--profile-manager {
|
2018-04-01 18:24:08 -04:00
|
|
|
.ffz--action,
|
2017-11-13 01:23:39 -05:00
|
|
|
.ffz--profile {
|
|
|
|
outline: none;
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
box-shadow:
|
2020-08-21 15:59:13 -04:00
|
|
|
inset 0 0 0 1px var(--ffz-color-accent-8),
|
|
|
|
0 0 6px -2px var(--ffz-color-accent-8) !important;
|
2017-11-13 01:23:39 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.handle {
|
|
|
|
opacity: 0.3;
|
|
|
|
margin: -0.5rem 0;
|
|
|
|
font-size: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz--profile__icon {
|
|
|
|
font-size: 2rem;
|
|
|
|
}
|
2018-04-28 17:56:03 -04:00
|
|
|
}
|
2017-11-13 01:23:39 -05:00
|
|
|
|
|
|
|
.sortable-ghost {
|
|
|
|
opacity: 0.25
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-10-09 16:02:25 -04:00
|
|
|
.ffz--profile-row__icon,
|
2019-06-13 22:56:50 -04:00
|
|
|
.ffz--profile__icon {
|
|
|
|
&.ffz-i-ok,
|
|
|
|
.ffz-i-ok {
|
2019-09-26 20:34:37 -04:00
|
|
|
color: var(--color-green-darker);
|
2019-06-13 22:56:50 -04:00
|
|
|
}
|
|
|
|
|
2019-10-09 16:02:25 -04:00
|
|
|
&.ffz-i-minus,
|
|
|
|
.ffz-i-minus {
|
|
|
|
color: var(--color-text-alt-2);
|
|
|
|
}
|
|
|
|
|
2019-06-13 22:56:50 -04:00
|
|
|
&.ffz-i-cancel,
|
|
|
|
.ffz-i-cancel {
|
2019-09-26 20:34:37 -04:00
|
|
|
color: var(--color-red);
|
2019-06-13 22:56:50 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-11-13 01:23:39 -05:00
|
|
|
|
|
|
|
.ffz--filter-editor {
|
2019-06-14 21:24:48 -04:00
|
|
|
label {
|
|
|
|
width: auto;
|
|
|
|
min-width: unset;
|
|
|
|
}
|
|
|
|
|
2017-11-13 01:23:39 -05:00
|
|
|
.ffz--rule {
|
|
|
|
outline: none;
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
box-shadow:
|
2020-08-21 15:59:13 -04:00
|
|
|
inset 0 0 0 1px var(--ffz-color-accent-8),
|
|
|
|
0 0 6px -2px var(--ffz-color-accent-8) !important;
|
2017-11-13 01:23:39 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.handle {
|
|
|
|
opacity: 0.3;
|
|
|
|
margin: -0.5rem 0;
|
|
|
|
font-size: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz--filter__icon {
|
|
|
|
font-size: 2rem;
|
|
|
|
}
|
|
|
|
|
2019-09-26 20:34:37 -04:00
|
|
|
.ffz-i-ok { color: var(--color-green) }
|
2017-11-13 01:23:39 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.sortable-ghost {
|
|
|
|
opacity: 0.25
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2020-02-10 19:43:35 -05:00
|
|
|
.ffz--cursor {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2017-11-13 01:23:39 -05:00
|
|
|
.ffz--home {
|
|
|
|
h2, p {
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
list-style-type: disc;
|
|
|
|
margin: 1em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tweet-column {
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-02-12 17:39:54 -05:00
|
|
|
.ffz--discord-button {
|
|
|
|
border: 0 !important;
|
|
|
|
background-color: #7289DA !important;
|
|
|
|
color: #fff !important;
|
|
|
|
|
|
|
|
> * {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover, &:focus {
|
|
|
|
background-color: #546bbf !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz--ffz-button {
|
|
|
|
border: 0 !important;
|
|
|
|
background-color: #463954 !important;
|
|
|
|
color: #fff !important;
|
|
|
|
|
|
|
|
> * {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover, &:focus {
|
|
|
|
background-color: #594370 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz--twitter-button {
|
|
|
|
border: 0 !important;
|
|
|
|
background-color: #1da1f2 !important;
|
|
|
|
color: #fff !important;
|
|
|
|
|
|
|
|
> * {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover, &:focus {
|
|
|
|
background-color: #2b96d9 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-11-13 01:23:39 -05:00
|
|
|
|
|
|
|
.ffz--changelog {
|
2018-07-14 17:04:06 -04:00
|
|
|
ul, p {
|
2017-11-13 01:23:39 -05:00
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
|
|
|
|
2019-08-27 16:18:12 -04:00
|
|
|
p {
|
|
|
|
white-space: pre-line;
|
|
|
|
}
|
2019-09-27 15:44:33 -04:00
|
|
|
}
|
2019-08-27 16:18:12 -04:00
|
|
|
|
2020-12-01 18:19:17 -05:00
|
|
|
.ffz--clear-settings code,
|
2020-07-01 19:07:17 -04:00
|
|
|
.ffz--experiments code {
|
|
|
|
user-select: none;
|
|
|
|
padding: 2px 5px;
|
|
|
|
border-radius: 2px;
|
|
|
|
background-color: rgba(0,0,0,0.2);
|
|
|
|
font-family: monospace;
|
|
|
|
white-space: pre;
|
|
|
|
|
|
|
|
.tw-root--theme-dark & {
|
|
|
|
background-color:rgba(255,255,255,0.1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-12-01 18:19:17 -05:00
|
|
|
.ffz--clear-settings code {
|
|
|
|
font-size: 1.2em;
|
|
|
|
}
|
|
|
|
|
2019-09-27 15:44:33 -04:00
|
|
|
.ffz--changelog,
|
|
|
|
.ffz--widget {
|
2017-11-13 01:23:39 -05:00
|
|
|
code {
|
2019-09-27 15:44:33 -04:00
|
|
|
user-select: all;
|
2017-11-13 01:23:39 -05:00
|
|
|
padding: 2px 5px;
|
|
|
|
border-radius: 2px;
|
|
|
|
background-color: rgba(0,0,0,0.1);
|
|
|
|
|
2018-11-12 13:34:53 -05:00
|
|
|
.tw-root--theme-dark & {
|
2017-11-13 01:23:39 -05:00
|
|
|
background-color: rgba(255,255,255,0.05);
|
|
|
|
}
|
|
|
|
}
|
2019-06-01 02:11:22 -04:00
|
|
|
}
|
|
|
|
|
2019-08-09 14:24:26 -04:00
|
|
|
@mixin button-colors($color, $border, $text, $shadow) {
|
|
|
|
&:hover, &:focus, &:active {
|
2019-06-01 02:11:22 -04:00
|
|
|
background: $color !important;
|
2019-08-09 14:24:26 -04:00
|
|
|
border-color: $border !important;
|
2019-06-01 02:11:22 -04:00
|
|
|
color: $text !important;
|
|
|
|
}
|
|
|
|
|
2019-08-09 14:24:26 -04:00
|
|
|
&:focus, &:active {
|
2019-06-01 02:11:22 -04:00
|
|
|
box-shadow: 0 0 $shadow $color !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz--pill-enabled {
|
|
|
|
background-color: #007600 !important;
|
|
|
|
color: #fff !important;
|
|
|
|
}
|
|
|
|
|
2019-08-09 14:24:26 -04:00
|
|
|
.ffz-button--hollow {
|
|
|
|
border-color: #dad8de !important;
|
|
|
|
background-color: transparent !important;
|
|
|
|
color: #000 !important;
|
|
|
|
|
2021-02-10 16:53:10 -05:00
|
|
|
@include button-colors(
|
|
|
|
var(--color-background-button-hover),
|
|
|
|
var(--color-border-button-hover),
|
|
|
|
var(--color-text-button-hover),
|
|
|
|
var(--color-border-button-hover)
|
|
|
|
);
|
2019-08-09 14:24:26 -04:00
|
|
|
|
|
|
|
.tw-root--theme-dark & {
|
|
|
|
border-color: #424242 !important;
|
|
|
|
color: #dadada !important;
|
|
|
|
|
2021-02-10 16:53:10 -05:00
|
|
|
//@include button-colors(#7d5bbe, #9a7fcc, #eeeeee, #7d5bbe)
|
2019-08-09 14:24:26 -04:00
|
|
|
}
|
2019-09-12 14:17:33 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.ffz--button-enable,
|
|
|
|
.ffz--button-disable {
|
|
|
|
border-color: #dad8de !important;
|
|
|
|
background-color: transparent !important;
|
|
|
|
color: #000 !important;
|
2019-08-09 14:24:26 -04:00
|
|
|
|
2019-09-12 14:17:33 -04:00
|
|
|
.tw-root--theme-dark & {
|
|
|
|
border-color: #424242 !important;
|
|
|
|
color: #dadada !important;
|
|
|
|
}
|
2019-08-09 14:24:26 -04:00
|
|
|
}
|
|
|
|
|
2019-06-01 02:11:22 -04:00
|
|
|
.ffz--button-enable {
|
2019-09-12 14:17:33 -04:00
|
|
|
&, .tw-root--theme-dark & {
|
|
|
|
@include button-colors(#007600, #007600, #fff, 6px);
|
|
|
|
}
|
2019-06-01 02:11:22 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.ffz--button-disable {
|
2019-09-12 14:17:33 -04:00
|
|
|
&, .tw-root--theme-dark & {
|
|
|
|
@include button-colors(#bd0f0f, #bd0f0f, #fff, 6px);
|
|
|
|
}
|
2019-06-19 20:57:14 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.ffz--example-report {
|
|
|
|
div {
|
|
|
|
max-height: 30rem;
|
|
|
|
overflow-y: auto;
|
|
|
|
|
|
|
|
code {
|
|
|
|
font-family: monospace;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
word-break: break-all;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-10 20:08:29 -04:00
|
|
|
.ffz-override-editor {
|
|
|
|
label {
|
|
|
|
min-width: 5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz--color-widget {
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-06-19 20:57:14 -04:00
|
|
|
.ffz--report-upload {
|
|
|
|
z-index: 1;
|
|
|
|
position: absolute;
|
|
|
|
top: 1rem;
|
|
|
|
right: 3rem;
|
2019-08-09 14:24:26 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.ffz-mh-30 {
|
|
|
|
max-height: 30rem;
|
2017-11-13 01:23:39 -05:00
|
|
|
}
|