1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-24 23:41:14 +02:00

inlet.css cleanup

This commit is contained in:
Kushagra Gour
2016-11-14 17:37:28 +05:30
parent bd2588a534
commit 5901f7f5e1

View File

@@ -16,16 +16,9 @@
display: block; display: block;
border-radius: 3px; border-radius: 3px;
height: 14px; height: 14px;
-webkit-box-shadow: inset 0px 0px 5px 0px rgba(4, 4, 4, 0.5);
box-shadow: inset 0px 0px 5px 0px rgba(4, 4, 4, 0.5); box-shadow: inset 0px 0px 5px 0px rgba(4, 4, 4, 0.5);
background-color: #d6d6d6; background-color: #d6d6d6;
background-image: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#ebebeb));
background-image: -webkit-linear-gradient(top, #d6d6d6, #ebebeb);
background-image: -moz-linear-gradient(top, #d6d6d6, #ebebeb);
background-image: -o-linear-gradient(top, #d6d6d6, #ebebeb);
background-image: -ms-linear-gradient(top, #d6d6d6, #ebebeb);
background-image: linear-gradient(top, #d6d6d6, #ebebeb); background-image: linear-gradient(top, #d6d6d6, #ebebeb);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#d6d6d6', EndColorStr='#ebebeb');
} }
.inlet_slider:hover { .inlet_slider:hover {
opacity: 0.98; opacity: 0.98;
@@ -40,7 +33,6 @@
} }
.inlet_slider input[type="range"] { .inlet_slider input[type="range"] {
-webkit-appearance: none; -webkit-appearance: none;
-moz-appearance: none;
} }
@-moz-document url-prefix() { @-moz-document url-prefix() {
.inlet_slider input[type="range"] { .inlet_slider input[type="range"] {
@@ -55,22 +47,14 @@
.inlet_slider input::-webkit-slider-thumb { .inlet_slider input::-webkit-slider-thumb {
cursor: col-resize; cursor: col-resize;
-webkit-appearance: none; -webkit-appearance: none;
-moz-apperance: none;
width: 12px; width: 12px;
height: 12px; height: 12px;
border-radius: 6px; border-radius: 6px;
border: 1px solid black; border: 1px solid black;
background-color: red; background-color: red;
-webkit-box-shadow: 0px 0px 3px 0px rgba(4, 4, 4, 0.4);
box-shadow: 0px 0px 3px 0px rgba(4, 4, 4, 0.4); box-shadow: 0px 0px 3px 0px rgba(4, 4, 4, 0.4);
background-color: #424242; background-color: #424242;
background-image: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#212121));
background-image: -webkit-linear-gradient(top, #424242, #212121);
background-image: -moz-linear-gradient(top, #424242, #212121);
background-image: -o-linear-gradient(top, #424242, #212121);
background-image: -ms-linear-gradient(top, #424242, #212121);
background-image: linear-gradient(top, #424242, #212121); background-image: linear-gradient(top, #424242, #212121);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#424242', EndColorStr='#212121');
} }
/* /*
* ========================================================= * =========================================================
@@ -106,13 +90,7 @@
box-shadow: inset 0px 0px 5px 0px rgba(4, 4, 4, 0.5); box-shadow: inset 0px 0px 5px 0px rgba(4, 4, 4, 0.5);
background-color: rgba(214, 214, 215, 0.85); background-color: rgba(214, 214, 215, 0.85);
/* /*
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(214, 214, 214)), to(rgb(235, 235, 235)));
background-image: -webkit-linear-gradient(top, rgb(214, 214, 214), rgb(235, 235, 235));
background-image: -moz-linear-gradient(top, rgb(214, 214, 214), rgb(235, 235, 235));
background-image: -o-linear-gradient(top, rgb(214, 214, 214), rgb(235, 235, 235));
background-image: -ms-linear-gradient(top, rgb(214, 214, 214), rgb(235, 235, 235));
background-image: linear-gradient(top, rgb(214, 214, 214), rgb(235, 235, 235)); background-image: linear-gradient(top, rgb(214, 214, 214), rgb(235, 235, 235));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d6d6d6', EndColorStr='#ebebeb');
*/ */
} }
.ColorPicker br { .ColorPicker br {