From 0994b4f636f428f6af7f78afec5df70e08d8f63b Mon Sep 17 00:00:00 2001 From: sentriz Date: Thu, 12 Mar 2020 20:02:07 +0000 Subject: [PATCH] style input[file] to same width --- assets/static/main.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/static/main.css b/assets/static/main.css index 8fcf496..42b0a5e 100644 --- a/assets/static/main.css +++ b/assets/static/main.css @@ -47,8 +47,13 @@ textarea { } input[type="submit"], -input[type="button"] { +input[type="submit"], +input[type="file"] { width: 8rem; +} + +input[type="submit"], +input[type="button"] { background-color: white; cursor: pointer; }