OLD | NEW |
1 html { | 1 html { |
2 height: 100%; | 2 height: 100%; |
3 } | 3 } |
4 | 4 |
5 body { | 5 body { |
6 background: white; | 6 background: white; |
7 display: -webkit-box; | 7 display: -webkit-box; |
8 height: 100%; | 8 height: 100%; |
9 margin: 0; | 9 margin: 0; |
10 overflow: hidden; | 10 overflow: hidden; |
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
491 } | 491 } |
492 | 492 |
493 select { | 493 select { |
494 -webkit-box-shadow: inset 0 1px 2px white, | 494 -webkit-box-shadow: inset 0 1px 2px white, |
495 0 1px 2px rgba(0, 0, 0, .2); | 495 0 1px 2px rgba(0, 0, 0, .2); |
496 -webkit-appearance: none; | 496 -webkit-appearance: none; |
497 -webkit-margin-end: -2px; | 497 -webkit-margin-end: -2px; |
498 -webkit-padding-end: 34px; | 498 -webkit-padding-end: 34px; |
499 -webkit-padding-start: 14px; | 499 -webkit-padding-start: 14px; |
500 -webkit-user-select: none; | 500 -webkit-user-select: none; |
501 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAHCA
YAAADqF3ZBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEtJREFUeNpi/P//Pw
O1AAuIYGRkJGgi0FJGQmqYoAobCRjUSJTTQN6E4gYQFx2DxJHU4MXoAg3kGoTNMLiBpBqEyzAGcgwCYY
AAAwBwTuKv+cnjcAAAAABJRU5ErkJggg==), | 501 background-image: url('./print_preview/black_arrow.png'), |
502 -webkit-linear-gradient(#fafafa, #dcdcdc); | 502 -webkit-linear-gradient(#fafafa, #dcdcdc); |
503 background-position: 100% 50%, left top; | 503 background-position: 95% 55%, left top; |
504 background-repeat: no-repeat, repeat; | 504 background-repeat: no-repeat, repeat; |
505 border-radius: 3px; | 505 border-radius: 3px; |
506 border: 1px solid #a0a0a0; | 506 border: 1px solid #a0a0a0; |
507 font-size: 13px; | 507 font-size: 13px; |
508 font-weight: 400; | 508 font-weight: 400; |
509 outline: 0; | 509 outline: 0; |
510 padding-bottom: 3px; | 510 padding-bottom: 3px; |
511 padding-top: 3px; | 511 padding-top: 3px; |
512 text-shadow: 0 1px 0 rgba(255, 255, 255, .5); | 512 text-shadow: 0 1px 0 rgba(255, 255, 255, .5); |
513 width: 100%; | 513 width: 100%; |
514 } | 514 } |
515 | 515 |
516 html[dir='rtl'] select { | 516 html[dir='rtl'] select { |
517 background-position: 5% 50%, right top; | 517 background-position: 5% 55%, right top; |
518 } | 518 } |
519 | 519 |
520 select:disabled, | 520 select:disabled, |
521 select.disabled { | 521 select.disabled { |
522 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAHCA
YAAADqF3ZBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE9JREFUeNpi/P//Pw
O1ACPIsMbGRoIm1tfXMxJSwwRV2EjAoEZiXAY2DOiyBlwaQOIgeaINw2UgKQahGIZuIKkGgQEoArDgBh
zieDFAgAEAkxBfTunDjHwAAAAASUVORK5CYII=), | 522 background-image: url('./print_preview/gray_arrow.png'), |
523 -webkit-linear-gradient(#fafafa, #dcdcdc); | 523 -webkit-linear-gradient(#fafafa, #dcdcdc); |
524 } | 524 } |
525 | 525 |
526 select:not(:disabled):not(.disabled):hover { | 526 select:not(:disabled):not(.disabled):hover { |
527 -webkit-box-shadow: inset 0 1px 2px white, | 527 -webkit-box-shadow: inset 0 1px 2px white, |
528 0 2px 4px rgba(0, 0, 0, .2); | 528 0 2px 4px rgba(0, 0, 0, .2); |
529 background-image: url(_images/combo-box-triangle.png), | 529 background-image: url('./print_preview/black_arrow.png'), |
530 -webkit-linear-gradient(#fff, #e6e6e6); | 530 -webkit-linear-gradient(#fff, #e6e6e6); |
531 text-shadow: 0 1px 0 rgba(255, 255, 255, 1); | 531 text-shadow: 0 1px 0 rgba(255, 255, 255, 1); |
532 } | 532 } |
533 | 533 |
534 label { | 534 label { |
535 -webkit-margin-start: -5px; | 535 -webkit-margin-start: -5px; |
536 -webkit-padding-start: 5px; | 536 -webkit-padding-start: 5px; |
537 -webkit-user-select: none; | 537 -webkit-user-select: none; |
538 cursor: default; | 538 cursor: default; |
539 } | 539 } |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
711 -webkit-animation-delay: 300ms; | 711 -webkit-animation-delay: 300ms; |
712 } | 712 } |
713 | 713 |
714 #two-sided-div { | 714 #two-sided-div { |
715 margin-top: 10px; | 715 margin-top: 10px; |
716 } | 716 } |
717 | 717 |
718 input[disabled] + label { | 718 input[disabled] + label { |
719 color: gray; | 719 color: gray; |
720 } | 720 } |
OLD | NEW |