modified the input "file" entity

This commit is contained in:
jorge 2022-02-03 14:22:15 +01:00
parent 96b4e69c02
commit 9089484b1b
1 changed files with 3 additions and 1 deletions

View File

@ -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;