Mercurial > hg > webaudioevaluationtool
comparison interfaces/horizontal-sliders.css @ 1149:250b64aea676
Minor fixes for OSX Firefox support (Firefox 43)
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Thu, 14 Jan 2016 15:37:38 +0000 |
parents | 8590621eb0e9 |
children | 2b31f079a70e |
comparison
equal
deleted
inserted
replaced
1148:f819af3f47da | 1149:250b64aea676 |
---|---|
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 width: 8px; | 115 height: 8px; |
116 cursor: pointer; | 116 cursor: pointer; |
117 background: #fff; | 117 background: #fff; |
118 border-radius: 4px; | 118 border-radius: 4px; |
119 border: 1px solid #000; | 119 border: 1px solid #000; |
120 } | 120 } |
121 | 121 |
122 input[type=range]::-moz-range-track { | 122 input[type=range]::-moz-range-track { |
123 width: 8px; | 123 height: 8px; |
124 cursor: pointer; | 124 cursor: pointer; |
125 background: #fff; | 125 background: #fff; |
126 border-radius: 4px; | 126 border-radius: 4px; |
127 border: 1px solid #000; | 127 border: 1px solid #000; |
128 } | 128 } |