www-thermferm/jqwidgets/styles/jqx.arctic.css

changeset 511
2d1d43c3a2c2
parent 373
f6850e0b5d35
child 617
b216f9d4b917
equal deleted inserted replaced
510:2da3d3340403 511:2d1d43c3a2c2
282 282
283 .jqx-radiobutton-arctic { 283 .jqx-radiobutton-arctic {
284 box-shadow: none; 284 box-shadow: none;
285 -webkit-box-shadow: none; 285 -webkit-box-shadow: none;
286 -moz-box-shadow: none; 286 -moz-box-shadow: none;
287 -moz-border-radius: 100%;
288 -webkit-border-radius: 100%;
289 border-radius: 100%;
290 background-repeat: no-repeat; 287 background-repeat: no-repeat;
291 background: none; 288 background: none;
292 } 289 }
293 290
294 .jqx-radiobutton-arctic-arctic, .jqx-radiobutton-hover-arctic { 291 .jqx-radiobutton-arctic-arctic, .jqx-radiobutton-hover-arctic {
523 margin-top: 2px; 520 margin-top: 2px;
524 } 521 }
525 .jqx-window-collapse-button-collapsed-arctic { 522 .jqx-window-collapse-button-collapsed-arctic {
526 margin-top: 0px; 523 margin-top: 0px;
527 } 524 }
525 .jqx-layout-arctic
526 {
527 background-color: #cccccc;
528 }
529 .jqx-kanban-column-header-collapsed-arctic {
530 background: -moz-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* ff3.6+ */
531 background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(248,248,248,1)), color-stop(100%, rgba(234,234,234,1))); /* safari4+,chrome */
532 background: -webkit-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* safari5.1+,chrome10+ */
533 background: -o-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* opera 11.10+ */
534 background: -ms-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* ie10+ */
535 background: linear-gradient(90deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* w3c */
536 }

mercurial