mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-24 06:48:58 +01:00
[design] improve input hide
This commit is contained in:
parent
d17ca9fa31
commit
cdded4a772
@ -1107,9 +1107,12 @@ input[type="range"]:disabled::-moz-range-progress {
|
||||
|
||||
.input-hide input[type="color"],
|
||||
.input-hide input[type="file"] {
|
||||
margin: 0;
|
||||
opacity: 0;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
min-width: 1px;
|
||||
min-height: 1px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user