From e56cc5a348fcd143936c0c058c62a71a6699bd8e Mon Sep 17 00:00:00 2001 From: Christopher Rose Date: Sun, 26 May 2019 21:19:24 +0530 Subject: [PATCH] Fix operation windows --- static/base.css | 4 +++- static/index.html | 6 ++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/static/base.css b/static/base.css index 3ddcdfc..e2ed707 100644 --- a/static/base.css +++ b/static/base.css @@ -30,7 +30,6 @@ label[for="fileUpload"]{ } .window{ - width:15rem; background-color: whitesmoke; padding:1em; @@ -125,6 +124,9 @@ label[for="fileUpload"]{ float:right; padding-right:1em; } +.file-buttons:active{ + color:green; +} .icon-tabs .file-download-button,.icon-tabs .file-rename-button{ margin-left:0.5em; } diff --git a/static/index.html b/static/index.html index e15c4fe..5c82d34 100644 --- a/static/index.html +++ b/static/index.html @@ -38,7 +38,6 @@ File Name - @@ -58,11 +57,10 @@ Select file - - + - +