From b4bf087a2c32366457c290439b9b7d2a3091d32c Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Thu, 3 Feb 2022 14:24:55 +0100 Subject: [PATCH] Revert "modified the input "file" entity" This reverts commit 9089484b1b76b3462b1250752812e975eae75159. --- custom/style.css.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/custom/style.css.php b/custom/style.css.php index d40c253..837ba78 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,8 +158,6 @@ input[type="password"] { select { width: 100%; } -input[type="file"]:hover, -input[type="file"]:focus, input[type="submit"]:hover, input[type="submit"]:focus { border: 0;