diff options
Diffstat (limited to 'juick-www/src/main/static/style.css')
-rw-r--r-- | juick-www/src/main/static/style.css | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index cd6595f9..84cfaba6 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -425,19 +425,10 @@ article .tags > a, vertical-align: top; } .attach-photo { - background: url("photo-attachment.png") no-repeat 3px 4px; cursor: pointer; - display: inline-block; - height: 16px; - overflow: hidden; - padding: 2px 4px; - position: -webkit-sticky; - position: sticky; - top: 70px; - width: 16px; } .attach-photo-active { - background: url("photo-attachment-active.png") no-repeat 3px 4px; + color: green; } .msg-comment input { align-self: flex-start; |