From e17b23f0b65a4f117113047156cebf5025c0cb66 Mon Sep 17 00:00:00 2001 From: fef Date: Sun, 20 Nov 2022 22:44:48 +0000 Subject: [PATCH] fix some more colors --- .../flavours/glitch/styles/homogay/diff.scss | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/app/javascript/flavours/glitch/styles/homogay/diff.scss b/app/javascript/flavours/glitch/styles/homogay/diff.scss index 9cbfeb2718..59731d8bc9 100644 --- a/app/javascript/flavours/glitch/styles/homogay/diff.scss +++ b/app/javascript/flavours/glitch/styles/homogay/diff.scss @@ -29,6 +29,13 @@ .compose-form__poll-wrapper select { 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 { background: lighten($ui-base-color, 7%); @@ -70,6 +77,22 @@ .report-modal__comment .setting-text { 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 .glitch.local-settings {