www/jqwidgets/styles/jqx.shinyblack.css

changeset 451
259c97782bf8
parent 1
37f1a08315f3
child 733
67bf19c50fcc
equal deleted inserted replaced
450:fa742816bb8b 451:259c97782bf8
221 height: 16px; 221 height: 16px;
222 float: left; 222 float: left;
223 margin-left: -4px; 223 margin-left: -4px;
224 margin-right: 4px; 224 margin-right: 4px;
225 } 225 }
226 /*applied to the timepicker*/
227 .jqx-label-shinyblack {
228 fill: white;
229 }
230 .jqx-needle-shinyblack {
231 fill: rgb(58, 105, 130);
232 }
233 .jqx-needle-central-circle-shinyblack:first-of-type {
234 fill: rgb(6, 64, 92);
235 stroke: rgb(58, 105, 130);
236 stroke-width: 1.5px;
237 }
238 .jqx-needle-central-circle-shinyblack {
239 fill: rgb(6, 64, 92);
240 stroke: rgb(58, 105, 130);
241 stroke-width: 1.5px;
242 }
243 .jqx-svg-picker-shinyblack {
244 background: linear-gradient(0deg, rgba(0, 0, 0, 1) 37%, rgba(70, 70, 70, 1) 53%, rgba(90, 90, 90, 1) 67%, rgba(80, 80, 80, 1) 73%, rgba(35, 40, 41, 1) 82%);
245 }
246

mercurial