git ssb

10+

Matt McKegg / patchwork



Commit 154ab42196bea2e73bd18306e1b83c1db6dfc08c

add text to attach button (less confusing on platforms with no emoji)

#548
Matt McKegg committed on 6/3/2017, 5:15:17 AM
Parent: 2b26681719856323d66d06c4c0b35411b7cd7a37

Files changed

styles/compose.mcsschanged
styles/compose.mcssView
@@ -31,9 +31,9 @@
3131
3232 input[type="file"] {
3333 padding: .5rem 0
3434
35- width: 29px
35+ width: 95px
3636 height: 29px
3737
3838 color: transparent
3939
@@ -55,9 +55,9 @@
5555 border: 2px solid #DDD;
5656 border-radius: 4px;
5757 cursor: pointer
5858 padding-top: .3rem
59- content: '๐Ÿ“Ž'
59+ content: '๐Ÿ“Ž Attach File'
6060 font-size: 1rem
6161 outline: none
6262 white-space: nowrap
6363 -webkit-user-select: none

Built with git-ssb-web