mirror of
https://github.com/ae-utbm/sith.git
synced 2025-08-03 15:49:56 +00:00
Improve rendering of file input
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user