mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2025-01-05 03:57:00 +00:00
Merge pull request #485 from ThibG/glitch-soc/fixes/light-theme-textarea-color
Fix mastodon-light background color of the composer textarea when posting
This commit is contained in:
commit
9712d59dda
|
@ -122,6 +122,8 @@ $account-background-color: white;
|
||||||
.composer--spoiler input, .composer--textarea textarea {
|
.composer--spoiler input, .composer--textarea textarea {
|
||||||
color: darken($ui-base-color, 80%);
|
color: darken($ui-base-color, 80%);
|
||||||
|
|
||||||
|
&:disabled { background: darken($simple-background-color, 10%) }
|
||||||
|
|
||||||
&::placeholder {
|
&::placeholder {
|
||||||
color: darken($ui-base-color, 70%);
|
color: darken($ui-base-color, 70%);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue