devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
28 lines (23 loc) • 746 B
text/less
/**
* DevExtreme (widgets/ios7/selectBox.ios7.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.ios7.less";
.dx-selectbox-popup-wrapper {
.dx-overlay-content {
box-shadow: @IOS7_SELECTBOX_SHADOW;
}
.dx-list {
background-color: @IOS7_SELECTBOX_BACKGROUND;
&:not(.dx-list-select-decorator-enabled) .dx-list-item:not(:last-child):not(:only-child) {
border-bottom: 1px solid @IOS7_SELECTBOX_BORDERCOLOR;
.dx-hairlines & {
border-bottom-width: 0.5px;
}
}
}
}