|
@@ -61,23 +61,27 @@ $vdpColor: #7485c2 !default;
|
|
|
|
|
|
.vdpClearInput {
|
|
|
|
|
|
- font-size: 1em; position: absolute; top: 0; bottom: 0; right: 0;
|
|
|
+ font-size: 1em;
|
|
|
+ position: absolute; top: 0; bottom: 0; right: 0;
|
|
|
width: 3em;
|
|
|
-
|
|
|
+ text-align: center;
|
|
|
+ line-height: 28px;
|
|
|
+ z-index: 1;
|
|
|
+ background: #fff;
|
|
|
}
|
|
|
|
|
|
-.vdpClearInput:before {
|
|
|
+// .vdpClearInput:before {
|
|
|
|
|
|
- content: '×'; width: 1.4em; height: 1.4em; line-height: 1.1em; box-sizing: border-box;
|
|
|
- position: absolute; left: 50%; top: 50%; margin: -0.7em 0 0 -0.7em;
|
|
|
- color: rgba(0,0,0,0.3); border: 1px solid rgba(0,0,0,0.15); border-radius: 50%;
|
|
|
- background-color: #fff;
|
|
|
+// content: '×'; width: 1.4em; height: 1.4em; line-height: 1.1em; box-sizing: border-box;
|
|
|
+// position: absolute; left: 50%; top: 50%; margin: -0.7em 0 0 -0.7em;
|
|
|
+// color: rgba(0,0,0,0.3); border: 1px solid rgba(0,0,0,0.15); border-radius: 50%;
|
|
|
+// background-color: #fff;
|
|
|
|
|
|
-}
|
|
|
+// }
|
|
|
|
|
|
-.vdpClearInput:hover:before {
|
|
|
- box-shadow: 0 0.2em 0.5em rgba(0,0,0,0.15);
|
|
|
-}
|
|
|
+// .vdpClearInput:hover:before {
|
|
|
+// box-shadow: 0 0.2em 0.5em rgba(0,0,0,0.15);
|
|
|
+// }
|
|
|
|
|
|
.vdpOuterWrap.vdpFloating {
|
|
|
|