Skip to content

Commit

Permalink
Update ol-opacity.css
Browse files Browse the repository at this point in the history
  • Loading branch information
barionleg authored Dec 16, 2024
1 parent f37ca77 commit ef5fc59
Showing 1 changed file with 57 additions and 1 deletion.
58 changes: 57 additions & 1 deletion dist/ol-opacity.css
Original file line number Diff line number Diff line change
@@ -1 +1,57 @@
#opacity-control{position:absolute;width:175px;right:0;padding:10px 0 10px 10px;margin:10px 10px 0 0;border-radius:4px;background-color:#fff}#opacity-control hr{margin:5px 10px 5px 0}#opacity-control input[type=checkbox]{margin-right:5px}#opacity-control input[type=radio]{margin-right:5px}#opacity-control input[type=range]{-webkit-appearance:none;-webkit-tap-highlight-color:rgba(255,255,255,0);width:125px;height:10px;margin:0;border:none;padding:1px 2px;border-radius:30px;background:#f1f0ee;outline:0}#opacity-control input[type=range]::-ms-track{border:inherit;color:transparent;background:0 0}#opacity-control input[type=range]::-ms-fill-lower,#opacity-control input[type=range]::-ms-fill-upper{background:0 0}#opacity-control input[type=range]::-ms-tooltip{display:none}#opacity-control input[type=range]::-ms-thumb{width:15px;height:18px;border-radius:12px;border:0;background-image:linear-gradient(to bottom,#1253a4 0,#1253a4 100%)}
#opacity-control {
position: absolute;
width: 175px;
right: 0;
padding: 10px 0 10px 10px;
margin: 10px 10px 0 0;
border-radius: 4px;
background-color: #fff
}

#opacity-control hr {
margin: 5px 10px 5px 0
}

#opacity-control input[type=checkbox] {
margin-right: 5px
}

#opacity-control input[type=radio] {
margin-right: 5px
}

#opacity-control input[type=range] {
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
width: 125px;
height: 10px;
margin: 0;
border: none;
padding: 1px 2px;
border-radius: 30px;
background: #f1f0ee;
outline: 0
}

#opacity-control input[type=range]::-ms-track {
border: inherit;
color: transparent;
background: 0 0
}

#opacity-control input[type=range]::-ms-fill-lower,
#opacity-control input[type=range]::-ms-fill-upper {
background: 0 0
}

#opacity-control input[type=range]::-ms-tooltip {
display: none
}

#opacity-control input[type=range]::-ms-thumb {
width: 15px;
height: 18px;
border-radius: 12px;
border: 0;
background-image: linear-gradient(to bottom, #1253a4 0, #1253a4 100%)
}

0 comments on commit ef5fc59

Please sign in to comment.