From a7465a66cd49a943b725f0a3ef45d0b1511b48db Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 29 Jun 2017 04:03:58 +0200 Subject: upload files --- public/assets/css/css.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'public/assets/css/css.css') diff --git a/public/assets/css/css.css b/public/assets/css/css.css index c9e5850..bb6903f 100644 --- a/public/assets/css/css.css +++ b/public/assets/css/css.css @@ -4,6 +4,7 @@ html,body { width: 100%; height: 100%; font-family: sans-serif; + background: #f8feff; } .header { width: 100%; @@ -58,6 +59,26 @@ textarea { margin-top: 10px; } +.folders, .folder { + background: white; +} + button { font-size: 15px; } + +.fileUploadButton { + font-size: 15px; + position: relative; + overflow: hidden; + padding: 5px; + display: inline-block; + background: #eee; +} +.fileUploadButton input { + position: absolute; + top: 0; left: 0; + width: 100%; + height: 100%; + opacity: 0; +} \ No newline at end of file -- cgit v1.2.3-70-g09d2