From 7c21e8b70de8fa2b4ddfb8ddfd310d95cbef6556 Mon Sep 17 00:00:00 2001 From: llj Date: Thu, 20 Feb 2014 16:37:49 +0800 Subject: [PATCH] [file upload] modified icon ui for 'add files' --- media/css/seahub.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/media/css/seahub.css b/media/css/seahub.css index 37f49c27cb..111038e7f8 100644 --- a/media/css/seahub.css +++ b/media/css/seahub.css @@ -1573,6 +1573,10 @@ textarea:-moz-placeholder {/* for FF */ position:relative; overflow:hidden; } +.fileinput-button .icon-plus { + font-size:13px; + color:#333; +} .fileinput-button input { position: absolute; top: 0;