mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
Fix css file-input
This commit is contained in:
13
node_modules/bulma-scss/form/_file.scss
generated
vendored
13
node_modules/bulma-scss/form/_file.scss
generated
vendored
@@ -224,12 +224,13 @@ $file-name-max-width: 16em !default;
|
||||
}
|
||||
|
||||
.file-input {
|
||||
height: 100%;
|
||||
left: 0;
|
||||
outline: none;
|
||||
position: relative;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
opacity: 0;
|
||||
outline: none;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.file-cta,
|
||||
|
||||
Reference in New Issue
Block a user