/**
* DevExtreme (widgets/common/selectBox.less)
* Version: 19.2.6
* Build date: Thu Jan 30 2020
*
* Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
@import (once) "./dropDownList.less";

.dx-selectbox {
    cursor: pointer;

    .dx-texteditor-input {
        max-width: 100%;
    }

    .dx-texteditor-input:read-only {
        cursor: pointer;
    }
}

.dx-selectbox-container {
    position: relative;
}

.dx-state-disabled {
    .dx-selectbox,
    &.dx-selectbox {
        .dx-texteditor-input {
            cursor: default;
        }
    }
}
