Files
iTop/css/backoffice/vendors/_selectize.scss
2022-07-07 09:15:20 +02:00

13 lines
382 B
SCSS

/*
* @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*/
$ibo-vendors-selectize-input--color: $ibo-color-grey-900 !default;
.selectize-dropdown-content {
max-height: unset; /* Overloaded as it will be handled by the _input-select.scss partial */
}
.selectize-input input{
color: $ibo-vendors-selectize-input--color;
}