summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/views/_compose-view.scss
diff options
context:
space:
mode:
authorFelix Hammerl <fhammerl@thoughtworks.com>2016-03-31 11:53:28 +0200
committerFelix Hammerl <fhammerl@thoughtworks.com>2016-04-13 17:11:37 +0200
commit6272657d254c064be2c6b552b42caf2357c801c3 (patch)
tree24aa3df8d08780263965d88cc874a4e065e76231 /web-ui/app/scss/views/_compose-view.scss
parentac5f11fc29507aec3bf8d91970a45eecf8a4e848 (diff)
Issue #670: Move attachment button to compose-view
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 {