comparison mushra.css @ 809:ce7ccabbd34f

MUSHRA css restyling for Mac Chrome. Updated Instructions.
author Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk>
date Fri, 18 Dec 2015 22:37:16 +0000
parents 8540d153caec
children 56ee920d5d85
comparison
equal deleted inserted replaced
808:cff21eb2c053 809:ce7ccabbd34f
100 100
101 input.track-slider-not-moved[type=range]::-moz-range-track { 101 input.track-slider-not-moved[type=range]::-moz-range-track {
102 background: #aaa; 102 background: #aaa;
103 } 103 }
104 104
105
105 input[type=range]::-moz-range-thumb { 106 input[type=range]::-moz-range-thumb {
106 margin-left: -7px; 107 margin-left: -7px;
107 cursor: pointer; 108 cursor: pointer;
108 margin-top: -1px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */ 109 margin-top: -1px;
109 box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; /* Add cool effects to your sliders! */ 110 box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
110 } 111 }
111 112
112 input[type=range]::-webkit-slider-thumb { 113 input[type=range]::-webkit-slider-thumb {
113 margin-left: -7px;
114 cursor: pointer; 114 cursor: pointer;
115 margin-top: -1px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */ 115 margin-top: -1px;
116 box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; /* Add cool effects to your sliders! */ 116 margin-left: -4px;
117 } 117 }