From 1fdc82e0a122ec7ea5faea1a5cb52c78757ad50b Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 9 Oct 2013 18:43:49 -0700 Subject: delete icons --- view/theme/redbasic/css/style.css | 9 +++++++++ view/tpl/conv_item.tpl | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) (limited to 'view') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 9d0a86e34..db202b08d 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3415,3 +3415,12 @@ margin-right: 50px; font-size: 1.4em; margin-right: 15px; } + +a .drop-icons { + color: #000000; + font-size: 1.2em; +} + +.drop-icons:hover { + color: #FF0000; +} diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 42599d3d0..c44e2253a 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -89,7 +89,7 @@
- {{if $item.drop.dropping}}{{/if}} + {{if $item.drop.dropping}}{{/if}}
{{if $item.drop.pagedrop}}{{/if}}
-- cgit v1.2.3