Mercurial > hg > webaudioevaluationtool
comparison interfaces/horizontal-sliders.css @ 1350:b6389ceaeaa5
Confirmed working (using examples) on OSX (Chrome/Safari/Firefox)
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Thu, 14 Jan 2016 16:00:52 +0000 |
parents | f545076ecdcd |
children | 92f26057b934 |
comparison
equal
deleted
inserted
replaced
1349:f545076ecdcd | 1350:b6389ceaeaa5 |
---|---|
110 padding: 0px; | 110 padding: 0px; |
111 color: rgb(255, 144, 144); | 111 color: rgb(255, 144, 144); |
112 } | 112 } |
113 | 113 |
114 input[type=range]::-webkit-slider-runnable-track { | 114 input[type=range]::-webkit-slider-runnable-track { |
115 height: 8px; | |
116 cursor: pointer; | 115 cursor: pointer; |
117 background: #fff; | 116 background: #fff; |
118 border-radius: 4px; | 117 border-radius: 4px; |
119 border: 1px solid #000; | 118 border: 1px solid #000; |
120 } | 119 } |
132 } | 131 } |
133 | 132 |
134 input.track-slider-not-moved[type=range]::-moz-range-track { | 133 input.track-slider-not-moved[type=range]::-moz-range-track { |
135 background: #aaa; | 134 background: #aaa; |
136 } | 135 } |
137 | |
138 | |
139 input[type=range]::-moz-range-thumb { | |
140 margin-left: -7px; | |
141 cursor: pointer; | |
142 margin-top: -1px; | |
143 box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; | |
144 } | |
145 | |
146 input[type=range]::-webkit-slider-thumb { | |
147 cursor: pointer; | |
148 margin-top: -1px; | |
149 margin-left: -4px; | |
150 } |