mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 06:03:20 +00:00
Improve rendering of file input
This commit is contained in:
parent
ef80c1be61
commit
a422e8d39a
@ -110,6 +110,7 @@
|
|||||||
> input {
|
> input {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
text-align: left !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
> button {
|
> button {
|
||||||
@ -123,7 +124,11 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
> input {
|
> input {
|
||||||
|
width: 70%;
|
||||||
font-size: .6em;
|
font-size: .6em;
|
||||||
|
&::file-selector-button {
|
||||||
|
height: 30px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user