|
@@ -49,6 +49,26 @@
|
|
|
box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ .clearable {
|
|
|
|
|
+ border: 1px solid @cui-gray-600;
|
|
|
|
|
+ padding: 3px 18px 3px 4px;
|
|
|
|
|
+ border-radius: 3px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
|
|
|
|
|
+ .clearable {
|
|
|
|
|
+ background-size: 10px 10px;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .clearable.x {
|
|
|
|
|
+ background-position: right 5px center;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .clearable.onX {
|
|
|
|
|
+ cursor: pointer !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
@import "hue-assist.less";
|
|
@import "hue-assist.less";
|
|
|
@import "hue-autocomplete.less";
|
|
@import "hue-autocomplete.less";
|
|
|
@import "hue-cui-overrides.less";
|
|
@import "hue-cui-overrides.less";
|