From 52192f9dea1ae2db3e43c9f249c245d4dbd17579 Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Fri, 24 Jan 2014 12:15:00 +0200 Subject: [PATCH] Update style.css --- plugins/box/filesmanager/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/box/filesmanager/css/style.css b/plugins/box/filesmanager/css/style.css index 0ab6349..cb0f5bf 100644 --- a/plugins/box/filesmanager/css/style.css +++ b/plugins/box/filesmanager/css/style.css @@ -1,7 +1,7 @@ .upload-area { - border:2px dotted #0B85A1; + border:2px dashed #DEDEDE; width:200px; - color:#92AAB0; + color:#DEDEDE; text-align: center; height: 34px; display: inline-block; @@ -42,4 +42,4 @@ .upload-file-pholder { padding-top: 5px; -} \ No newline at end of file +}