Skip to content
Snippets Groups Projects
Commit c29c20ab authored by unarist's avatar unarist Committed by Eugen Rochko
Browse files

Add background color for spoiler input, like toot textarea (#4181)

parent 880a5eb2
No related branches found
No related tags found
No related merge requests found
...@@ -1748,6 +1748,7 @@ ...@@ -1748,6 +1748,7 @@
width: 100%; width: 100%;
margin: 0; margin: 0;
color: $ui-base-color; color: $ui-base-color;
background: $simple-background-color;
padding: 10px; padding: 10px;
font-family: inherit; font-family: inherit;
font-size: 14px; font-size: 14px;
...@@ -1770,7 +1771,6 @@ ...@@ -1770,7 +1771,6 @@
.autosuggest-textarea__textarea { .autosuggest-textarea__textarea {
min-height: 100px; min-height: 100px;
background: $simple-background-color;
border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
padding-bottom: 0; padding-bottom: 0;
padding-right: 10px + 22px; padding-right: 10px + 22px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment