UI for uploading media attachments (and cancelling them)

Mostly resolves #8, though attachments are still not displayed in public view
This commit is contained in:
Eugen Rochko 2016-09-07 18:17:15 +02:00
parent 1efa8e48d1
commit 499beb4484
12 changed files with 222 additions and 18 deletions

View file

@ -8,6 +8,18 @@
&:disabled {
background-color: #9baec8;
}
&.button-secondary {
background-color: #282c37;
&:hover {
background-color: #282c37;
}
&:disabled {
background-color: #9baec8;
}
}
}
.icon-button {
@ -39,7 +51,6 @@
.status__content, .reply-indicator__content {
font-size: 15px;
line-height: 20px;
white-space: pre-wrap;
word-wrap: break-word;
font-weight: 300;
@ -95,3 +106,7 @@
text-decoration: underline;
}
}
.transparent-background {
background: image-url('void.png');
}