From 9089484b1b76b3462b1250752812e975eae75159 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Thu, 3 Feb 2022 14:22:15 +0100 Subject: [PATCH] modified the input "file" entity --- custom/style.css.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/custom/style.css.php b/custom/style.css.php index 837ba78..d40c253 100644 --- a/custom/style.css.php +++ b/custom/style.css.php @@ -135,7 +135,7 @@ table a:hover, table a:focus { text-decoration: none; } - +input[type="file"], input[type="submit"] { background: var(--color-hangar); border: 0; @@ -158,6 +158,8 @@ input[type="password"] { select { width: 100%; } +input[type="file"]:hover, +input[type="file"]:focus, input[type="submit"]:hover, input[type="submit"]:focus { border: 0;