|
@@ -2,7 +2,7 @@
|
|
|
label{font-size:0.8em;line-height:27px;}
|
|
label{font-size:0.8em;line-height:27px;}
|
|
|
input:not([type=checkbox]),textarea,select{display:inline-block;padding:5px;width:95%;margin-bottom:2px;outline:none;-webkit-appearance:none;border-radius:0px;font-size:15px;line-height:15px;font-weight:bold;-webkit-user-select:text;}
|
|
input:not([type=checkbox]),textarea,select{display:inline-block;padding:5px;width:95%;margin-bottom:2px;outline:none;-webkit-appearance:none;border-radius:0px;font-size:15px;line-height:15px;font-weight:bold;-webkit-user-select:text;}
|
|
|
input[type=search]{width:86%;}input[type=search] +.button{float:right;padding:0px;width:32px;height:30px;}input[type=search] +.button .icon{font-size:22px !important;line-height:30px;}
|
|
input[type=search]{width:86%;}input[type=search] +.button{float:right;padding:0px;width:32px;height:30px;}input[type=search] +.button .icon{font-size:22px !important;line-height:30px;}
|
|
|
-select{width:100%;}
|
|
|
|
|
|
|
+select{width:100%;height:29px;}
|
|
|
label.select{position:relative;display:inline-block;width:100%;padding-top:2px;}
|
|
label.select{position:relative;display:inline-block;width:100%;padding-top:2px;}
|
|
|
.select:after{text-align:center;position:absolute;top:0;right:0;bottom:0;height:29px;width:29px;content:"▼";pointer-events:none;line-height:32px;margin-top:2px;}
|
|
.select:after{text-align:center;position:absolute;top:0;right:0;bottom:0;height:29px;width:29px;content:"▼";pointer-events:none;line-height:32px;margin-top:2px;}
|
|
|
.no-pointer-events .select:after{content:none;}
|
|
.no-pointer-events .select:after{content:none;}
|
|
@@ -20,4 +20,7 @@ input[type="checkbox"]+span::before,input[type="radio"]+span::before{content:"";
|
|
|
input[type="checkbox"]+span::after,input[type="radio"]+span::after{text-indent:0;width:41px;height:27px;text-align:center;box-shadow:0px 1px 0px #fff, 0px 2px 0px #d2d2d2;}
|
|
input[type="checkbox"]+span::after,input[type="radio"]+span::after{text-indent:0;width:41px;height:27px;text-align:center;box-shadow:0px 1px 0px #fff, 0px 2px 0px #d2d2d2;}
|
|
|
input[type="checkbox"]:checked+span::before,input[type="radio"]:checked+span::before{left:auto;}
|
|
input[type="checkbox"]:checked+span::before,input[type="radio"]:checked+span::before{left:auto;}
|
|
|
input[type="checkbox"]:checked+span::after,input[type="radio"]:checked+span::after{height:27px;}
|
|
input[type="checkbox"]:checked+span::after,input[type="radio"]:checked+span::after{height:27px;}
|
|
|
|
|
+input[type="range"]{-webkit-appearance:none;height:3px;width:100%;outline:none;border-radius:1px;position:relative;padding:0px;margin:0px;margin-bottom:4px !important;background-color:#c7c7c7;border:0;cursor:ew-resize;}input[type="range"]:active{background-color:#34b7dc;}
|
|
|
|
|
+input[type="range"]::-webkit-slider-thumb{-webkit-appearance:none;position:relative;z-index:1;width:24px;height:24px;border-radius:12px;border:solid 7px rgba(255, 255, 255, 0.5);background:#34b7dc;}
|
|
|
|
|
+input[type="range"]:active::-webkit-slider-thumb{box-shadow:0px 0px 4px #34b7dc;}
|
|
|
@media screen and (-webkit-min-device-pixel-ratio:0){.custom-select select{padding-right:30px;}}
|
|
@media screen and (-webkit-min-device-pixel-ratio:0){.custom-select select{padding-right:30px;}}
|