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

changeset 511
2d1d43c3a2c2
parent 336
217f330b05cb
child 617
b216f9d4b917
equal deleted inserted replaced
510:2da3d3340403 511:2d1d43c3a2c2
468 background-image: url(images/metro-icon-down-white.png); 468 background-image: url(images/metro-icon-down-white.png);
469 background-position: 50% 50%; 469 background-position: 50% 50%;
470 background-repeat: no-repeat; 470 background-repeat: no-repeat;
471 } 471 }
472 .jqx-tree-grid-expand-button-android { 472 .jqx-tree-grid-expand-button-android {
473 margin-top: 4px; 473 margin-top: 0px;
474 } 474 }
475 .jqx-tree-grid-checkbox-android { 475 .jqx-tree-grid-checkbox-android {
476 margin-top: 2px; 476 margin-top: 2px;
477 } 477 }
478 .jqx-grid-table-android { 478 .jqx-grid-table-android {
490 background-repeat: no-repeat !important; 490 background-repeat: no-repeat !important;
491 } 491 }
492 .jqx-icon-calendar-android, .jqx-icon-calendar-hover-android, .jqx-icon-calendar-pressed-android { 492 .jqx-icon-calendar-android, .jqx-icon-calendar-hover-android, .jqx-icon-calendar-pressed-android {
493 background-image: url('images/icon-calendar-white.png'); 493 background-image: url('images/icon-calendar-white.png');
494 } 494 }
495 .jqx-icon-time-android, .jqx-icon-time-hover-android, .jqx-icon-time-pressed-android {
496 background-image: url('images/icon-time-white.png');
497 }
495 .jqx-calendar-cell-today-android { 498 .jqx-calendar-cell-today-android {
496 color: black; 499 color: black;
497 } 500 }
498 .jqx-editor-toolbar-icon-android { 501 .jqx-editor-toolbar-icon-android {
499 background: url('images/html_editor_white.png') no-repeat; 502 background: url('images/html_editor_white.png') no-repeat;
501 .jqx-menu-minimized-button-android { 504 .jqx-menu-minimized-button-android {
502 background-image: url('images/icon-menu-minimized-white.png'); 505 background-image: url('images/icon-menu-minimized-white.png');
503 } 506 }
504 .jqx-file-upload-file-name-android{padding:3px;} 507 .jqx-file-upload-file-name-android{padding:3px;}
505 .jqx-file-upload-file-row-android{ height: 40px;} 508 .jqx-file-upload-file-row-android{ height: 40px;}
509 .jqx-layout-android
510 {
511 background-color: #000;
512 }
513 .jqx-layout-pseudo-window-pin-icon-android
514 {
515 background-image: url("images/pin-white.png");
516 }
517 .jqx-layout-pseudo-window-pinned-icon-android
518 {
519 background-image: url("images/pinned-white.png");
520 }
521 .jqx-scheduler-android, .jqx-scheduler-time-column-android, .jqx-scheduler-toolbar-details-android {
522 color: white !important;
523 }

mercurial