From 5901f7f5e17e7131da037e29e241c3ea30d7894b Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Mon, 14 Nov 2016 17:37:28 +0530 Subject: [PATCH] inlet.css cleanup --- src/lib/inlet.css | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/src/lib/inlet.css b/src/lib/inlet.css index 5ffdca1..c60d25f 100644 --- a/src/lib/inlet.css +++ b/src/lib/inlet.css @@ -16,16 +16,9 @@ display: block; border-radius: 3px; 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); 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); - filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#d6d6d6', EndColorStr='#ebebeb'); } .inlet_slider:hover { opacity: 0.98; @@ -40,7 +33,6 @@ } .inlet_slider input[type="range"] { -webkit-appearance: none; - -moz-appearance: none; } @-moz-document url-prefix() { .inlet_slider input[type="range"] { @@ -55,22 +47,14 @@ .inlet_slider input::-webkit-slider-thumb { cursor: col-resize; -webkit-appearance: none; - -moz-apperance: none; width: 12px; height: 12px; border-radius: 6px; border: 1px solid black; 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); 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); - 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); 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)); - filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d6d6d6', EndColorStr='#ebebeb'); */ } .ColorPicker br {