summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/views/_compose-view.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/scss/views/_compose-view.scss')
-rw-r--r--web-ui/app/scss/views/_compose-view.scss23
1 files changed, 23 insertions, 0 deletions
diff --git a/web-ui/app/scss/views/_compose-view.scss b/web-ui/app/scss/views/_compose-view.scss
index e4282564..ebfae1da 100644
--- a/web-ui/app/scss/views/_compose-view.scss
+++ b/web-ui/app/scss/views/_compose-view.scss
@@ -116,6 +116,29 @@
.buttons-group {
margin-top: 0px;
+
+ span#attachment-button {
+ cursor: pointer;
+ outline: 0;
+ margin-left: 18px;
+ padding-top: 0px;
+ -ms-transform: rotate(224deg);
+
+ /* IE 9 */
+ -webkit-transform: rotate(224deg);
+
+ /* Chrome, Safari, Opera */
+ transform: rotate(224deg);
+
+ i.fa-paperclip {
+ font-size: 1.7em;
+ }
+
+ &.busy {
+ color: lighten($recipients_font_color, 10%);
+ cursor: progress;
+ }
+ }
}
#attachment-upload-item {