From da05c45031593dc149b4915424cb891f6414e4bb Mon Sep 17 00:00:00 2001 From: synth-ruiner Date: Sat, 3 Mar 2018 09:28:15 +0000 Subject: [PATCH] make file inputs match --- includes/style.css | 8 ++++---- includes/style.less | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/includes/style.css b/includes/style.css index e80ec04..47141f6 100644 --- a/includes/style.css +++ b/includes/style.css @@ -31,6 +31,10 @@ input[type="color"] { input[type="color"][disabled] { opacity: 0.5; } +input[type="file"] { + padding: 1em 0; + width: 256px; +} input[type="text"], button { width: 14em; @@ -84,10 +88,6 @@ input { #threshold + label { margin: 0 auto; } -#imageUpload { - padding: 1em 0; - width: 256px; -} #preview, #room-output { margin: 0 auto; diff --git a/includes/style.less b/includes/style.less index 4ba3cf8..a21e830 100644 --- a/includes/style.less +++ b/includes/style.less @@ -42,6 +42,11 @@ input[type="color"] { background: none; } +input[type="file"] { + padding: 1em 0; + width: 256px; +} + input[type="text"], button { width: 14em; margin: 1em; @@ -111,11 +116,6 @@ textarea, input { // todo make this match the croppie slider or vice versa } -#imageUpload { - padding: 1em 0; - width: 256px; -} - #preview, #room-output { .centre;