diff options
Diffstat (limited to 'public/assets/css')
| -rw-r--r-- | public/assets/css/css.css | 21 |
1 files changed, 21 insertions, 0 deletions
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 |
