mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°3528 - Finish silo selection migration
This commit is contained in:
@@ -87,4 +87,12 @@ $ibo-input-select-autocomplete-action-button--hierarchy--margin-left: -82px !def
|
||||
margin: unset;
|
||||
background-color: #f5fafd;
|
||||
color: #495c68;
|
||||
}
|
||||
|
||||
.ui-autocomplete{
|
||||
z-index:2000;
|
||||
}
|
||||
|
||||
.field_input_zone{
|
||||
position:relative;
|
||||
}
|
||||
3
node_modules/bulma-scss/form/_file.scss
generated
vendored
3
node_modules/bulma-scss/form/_file.scss
generated
vendored
@@ -226,9 +226,8 @@ $file-name-max-width: 16em !default;
|
||||
.file-input {
|
||||
height: 100%;
|
||||
left: 0;
|
||||
opacity: 0;
|
||||
outline: none;
|
||||
position: absolute;
|
||||
position: relative;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user