OLD | NEW |
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
3 * found in the LICENSE file. | 3 * found in the LICENSE file. |
4 */ | 4 */ |
5 | 5 |
6 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, | 6 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, |
7 blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, | 7 blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, |
8 font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, | 8 font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, |
9 dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, | 9 dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, |
10 tfoot, thead, tr, th, td, button { | 10 tfoot, thead, tr, th, td, button { |
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
435 } | 435 } |
436 | 436 |
437 td { | 437 td { |
438 vertical-align: middle; | 438 vertical-align: middle; |
439 } | 439 } |
440 | 440 |
441 thead { | 441 thead { |
442 font-weight: bold; | 442 font-weight: bold; |
443 } | 443 } |
444 | 444 |
| 445 #this-host-connect:hover, |
445 .host-online.clickable:hover, | 446 .host-online.clickable:hover, |
446 .host-online.clickable.child-focused { | 447 .host-online.clickable.child-focused { |
447 background-color: #f2f2f2; | 448 background-color: #f2f2f2; |
448 } | 449 } |
449 | 450 |
450 .host-list-rename-icon, | 451 .host-list-rename-icon, |
451 .host-list-remove-icon { | 452 .host-list-remove-icon { |
452 opacity: 0; | 453 opacity: 0; |
453 } | 454 } |
454 | 455 |
(...skipping 12 matching lines...) Expand all Loading... |
467 } | 468 } |
468 | 469 |
469 .host-list-remove-icon:hover { | 470 .host-list-remove-icon:hover { |
470 opacity: 0.5 !important; | 471 opacity: 0.5 !important; |
471 } | 472 } |
472 | 473 |
473 .host-list-edit { | 474 .host-list-edit { |
474 padding: 0 5px; | 475 padding: 0 5px; |
475 } | 476 } |
476 | 477 |
477 .host-list-label, .host-list-label:visited, .host-list-label:active { | 478 .host-name-label, .host-name-label:visited, .host-name-label:active { |
478 color: inherit; | 479 color: inherit; |
479 cursor: inherit; | 480 cursor: inherit; |
480 } | 481 } |
481 | 482 |
482 .host-list-main-icon { | 483 .host-list-main-icon { |
483 margin-__MSG_@@bidi_end_edge__: 10px; | 484 margin-__MSG_@@bidi_end_edge__: 10px; |
484 vertical-align: middle; | 485 vertical-align: middle; |
485 position: relative; | 486 position: relative; |
486 } | 487 } |
487 | 488 |
488 .host-list-main-icon > span { | 489 .host-list-main-icon > span { |
489 background-image: url(icon_warning.webp); | 490 background-image: url(icon_warning.webp); |
490 background-repeat: no-repeat; | 491 background-repeat: no-repeat; |
491 position: absolute; | 492 position: absolute; |
492 width: 22px; | 493 width: 22px; |
493 height: 22px; | 494 height: 22px; |
494 bottom: -5px; | 495 bottom: -5px; |
495 right: -10px; | 496 right: -10px; |
496 } | 497 } |
497 | 498 |
498 .host-offline .host-list-label, | 499 .host-offline .host-name-label, |
499 .host-offline .host-list-main-icon { | 500 .host-offline .host-list-main-icon { |
500 opacity: 0.5; | 501 opacity: 0.5; |
501 } | 502 } |
502 | 503 |
| 504 #this-host-connect { |
| 505 -webkit-align-items: center; |
| 506 display: flex; |
| 507 } |
| 508 |
| 509 #this-host-connect .host-entry { |
| 510 flex: 1; |
| 511 } |
| 512 |
503 button { | 513 button { |
504 white-space:nowrap; | 514 white-space:nowrap; |
505 } | 515 } |
506 | 516 |
507 .small-print { | 517 .small-print { |
508 font-size: 13px; | 518 font-size: 13px; |
509 color: #AAA; | 519 color: #AAA; |
510 } | 520 } |
511 | 521 |
512 .waiting { | 522 .waiting { |
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
724 } | 734 } |
725 | 735 |
726 .mouse-cursor-overlay { | 736 .mouse-cursor-overlay { |
727 position: absolute; | 737 position: absolute; |
728 pointer-events: none; | 738 pointer-events: none; |
729 } | 739 } |
730 | 740 |
731 body.hangout-remote-desktop .home-screen { | 741 body.hangout-remote-desktop .home-screen { |
732 display: none; | 742 display: none; |
733 } | 743 } |
OLD | NEW |