Commit 154ab42196bea2e73bd18306e1b83c1db6dfc08c
add text to attach button (less confusing on platforms with no emoji)
#548Matt McKegg committed on 6/3/2017, 5:15:17 AM
Parent: 2b26681719856323d66d06c4c0b35411b7cd7a37
Files changed
styles/compose.mcss | changed |
styles/compose.mcss | ||
---|---|---|
@@ -31,9 +31,9 @@ | ||
31 | 31 | |
32 | 32 | input[type="file"] { |
33 | 33 | padding: .5rem 0 |
34 | 34 | |
35 | - width: 29px | |
35 | + width: 95px | |
36 | 36 | height: 29px |
37 | 37 | |
38 | 38 | color: transparent |
39 | 39 | |
@@ -55,9 +55,9 @@ | ||
55 | 55 | border: 2px solid #DDD; |
56 | 56 | border-radius: 4px; |
57 | 57 | cursor: pointer |
58 | 58 | padding-top: .3rem |
59 | - content: '๐' | |
59 | + content: '๐ Attach File' | |
60 | 60 | font-size: 1rem |
61 | 61 | outline: none |
62 | 62 | white-space: nowrap |
63 | 63 | -webkit-user-select: none |
Built with git-ssb-web