From f09d7e34b4d0b0681e95d8a92e40d82f7f426a58 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 16 Nov 2016 16:19:45 +0100 Subject: [PATCH] css: style eventual future file elements --- public/css/module.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/css/module.less b/public/css/module.less index 7ac9c527..311678c1 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -151,6 +151,12 @@ table.avp th { left: -100%; } +form input[type=file] { + background-color: white; + padding-right: 1em; +} + + form input[type=submit] { .button(); border-width: 1px;