mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 01:58:47 +02:00
Fix css file-input
This commit is contained in:
@@ -56,3 +56,7 @@ $ibo-field-validation: $ibo-color-red-700 !default;
|
||||
.ibo-field-validation{
|
||||
color: $ibo-field-validation;
|
||||
}
|
||||
.file-input {
|
||||
display:block;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
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