mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-09 17:06:56 +01:00
fix some more colors
This commit is contained in:
parent
9d14085607
commit
e17b23f0b6
1 changed files with 23 additions and 0 deletions
|
@ -29,6 +29,13 @@
|
||||||
.compose-form__poll-wrapper select {
|
.compose-form__poll-wrapper select {
|
||||||
border-color: $ui-base-lighter-color;
|
border-color: $ui-base-lighter-color;
|
||||||
}
|
}
|
||||||
|
.autosuggest-textarea__suggestions {
|
||||||
|
background: lighten($ui-base-color, 4%);
|
||||||
|
}
|
||||||
|
.autosuggest-textarea__suggestions__item.selected,
|
||||||
|
.autosuggest-textarea__suggestions__item:hover {
|
||||||
|
background: $ui-highlight-color;
|
||||||
|
}
|
||||||
|
|
||||||
.emoji-mart-bar:first-child {
|
.emoji-mart-bar:first-child {
|
||||||
background: lighten($ui-base-color, 7%);
|
background: lighten($ui-base-color, 7%);
|
||||||
|
@ -70,6 +77,22 @@
|
||||||
.report-modal__comment .setting-text {
|
.report-modal__comment .setting-text {
|
||||||
background: $ui-base-color;
|
background: $ui-base-color;
|
||||||
}
|
}
|
||||||
|
.boost-modal__action-bar,
|
||||||
|
.doodle-modal__action-bar,
|
||||||
|
.confirmation-modal__action-bar,
|
||||||
|
.mute-modal__action-bar,
|
||||||
|
.block-modal__action-bar {
|
||||||
|
background: lighten($ui-base-color, 5%);
|
||||||
|
}
|
||||||
|
.confirmation-modal__secondary-button,
|
||||||
|
.confirmation-modal__cancel-button,
|
||||||
|
.mute-modal__cancel-button,
|
||||||
|
.block-modal__cancel-button {
|
||||||
|
color: $primary-text-color;
|
||||||
|
&:hover {
|
||||||
|
color: $ui-highlight-color;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// app settings modal
|
// app settings modal
|
||||||
.glitch.local-settings {
|
.glitch.local-settings {
|
||||||
|
|
Loading…
Reference in a new issue