modified the input "file" entity
This commit is contained in:
parent
96b4e69c02
commit
9089484b1b
|
@ -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,6 +158,8 @@ 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