devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
55 lines (45 loc) • 1.18 kB
text/less
/**
* DevExtreme (widgets/generic/textBox.generic.less)
* Version: 20.1.7
* Build date: Tue Aug 25 2020
*
* Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
@import (once) "./textEditor.generic.less";
.dx-searchbox {
.dx-icon-search {
.dx-icon(search);
.dx-texteditor-icon();
font-size: @GENERIC_TEXTEDITOR_ICON_SIZE - 1;
&:before {
position: static;
text-indent: 0;
color: @textbox-search-icon-color;
}
color: @texteditor-placeholder-color;
}
.dx-texteditor-input,
.dx-placeholder:before {
padding-left: @GENERIC_TEXTEDITOR_ICON_CONTAINER_SIZE;
.dx-rtl&,
.dx-rtl & {
padding-right: @GENERIC_TEXTEDITOR_ICON_CONTAINER_SIZE;
}
}
&.dx-editor-underlined {
.dx-texteditor-input,
.dx-placeholder:before {
.dx-rtl&,
.dx-rtl & {
padding-right: 0;
}
}
}
}
.dx-searchbar {
padding-bottom: 5px;
.dx-texteditor {
margin: 0;
}
}