diff --git a/admin-style.css b/admin-style.css index 1d1587e..d9e6069 100644 --- a/admin-style.css +++ b/admin-style.css @@ -12,7 +12,7 @@ } .sliders { - padding:1em 0; + padding:2.5em 0; } .slider-wrap { float:left; @@ -37,10 +37,27 @@ height: 3.5em!important; } .ui-slider .ui-slider-handle { - width: .75em!important; + width: .02em!important; height: 3.9em!important; padding:0!important; - background:#E6E6E6!important; + border: 2px dotted #2ea2cc; + } + .ui-slider .ui-slider-handle:before{ + content: ""; + display:block; + position: relative; + top: -23px; + left: -13px; + width: 20px; + height: 20px; + margin-left: 3px; + border-radius: 50% 50% 50% 0; + transform: rotate(45deg) ; + -webkit-transform: rotate(-45deg) ; + -moz-transform: rotate(-45deg) ; + -o-transform: rotate(-45deg) ; + -ms-transform: rotate(-45deg) ; + background: #2ea2cc; } .ui-slider .ui-slider-handle:hover { cursor:-webkit-grab; @@ -51,6 +68,7 @@ .ui-slider .ui-slider-handle:focus { background-image:none; background:#2ea2cc!important; + width:2px; } .wp-core-ui .button.sliderDeleteColumn { background: #2ea2cc; diff --git a/header.php b/header.php index 22b9e02..cffca8c 100755 --- a/header.php +++ b/header.php @@ -45,7 +45,7 @@