From e848f34584f452e91c71cc41138888990650a067 Mon Sep 17 00:00:00 2001 From: chr Date: Wed, 22 May 2019 16:26:44 -0700 Subject: [PATCH] Poll support --- app/javascript/styles/cybre-light.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/javascript/styles/cybre-light.scss b/app/javascript/styles/cybre-light.scss index c2457e3c2..1c8d10e08 100644 --- a/app/javascript/styles/cybre-light.scss +++ b/app/javascript/styles/cybre-light.scss @@ -684,6 +684,15 @@ button.icon-button { background-color: darken($ui-primary-color, 5%); } +.poll__text input[type="text"], +.compose-form__poll-wrapper select { + color: $primary-text-color; +} + +.compose-form__poll-wrapper .button.button-secondary { + color: $ui-highlight-color; +} + /* forms.scss */ .block-button, .button, button { background-color: $ui-primary-color;