From 9dc7986731e97b3b78f1b2b7c4944240c6472166 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 26 Oct 2017 22:58:35 +0300 Subject: drop camera bitmap --- juick-www/src/main/static/style.css | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'juick-www/src/main/static/style.css') 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; -- cgit v1.2.3