mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
13 lines
382 B
SCSS
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;
|
|
} |