Revert "modified the input "file" entity"
This reverts commit 9089484b1b
.
This commit is contained in:
parent
9089484b1b
commit
b4bf087a2c
|
@ -135,7 +135,7 @@ table a:hover,
|
||||||
table a:focus {
|
table a:focus {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
input[type="file"],
|
|
||||||
input[type="submit"] {
|
input[type="submit"] {
|
||||||
background: var(--color-hangar);
|
background: var(--color-hangar);
|
||||||
border: 0;
|
border: 0;
|
||||||
|
@ -158,8 +158,6 @@ input[type="password"] {
|
||||||
|
|
||||||
select { width: 100%; }
|
select { width: 100%; }
|
||||||
|
|
||||||
input[type="file"]:hover,
|
|
||||||
input[type="file"]:focus,
|
|
||||||
input[type="submit"]:hover,
|
input[type="submit"]:hover,
|
||||||
input[type="submit"]:focus {
|
input[type="submit"]:focus {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
Loading…
Reference in New Issue