Poll support
This commit is contained in:
parent
59c00e0ba4
commit
e848f34584
|
@ -684,6 +684,15 @@ button.icon-button {
|
||||||
background-color: darken($ui-primary-color, 5%);
|
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 */
|
/* forms.scss */
|
||||||
.block-button, .button, button {
|
.block-button, .button, button {
|
||||||
background-color: $ui-primary-color;
|
background-color: $ui-primary-color;
|
||||||
|
|
Loading…
Reference in New Issue