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 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
344 } | 344 } |
345 | 345 |
346 .host-list-empty-instructions { | 346 .host-list-empty-instructions { |
347 padding-__MSG_@@bidi_start_edge__: 36px; | 347 padding-__MSG_@@bidi_start_edge__: 36px; |
348 color: #666; | 348 color: #666; |
349 background-image: url(host_setup_instructions.webp); | 349 background-image: url(host_setup_instructions.webp); |
350 background-repeat: no-repeat; | 350 background-repeat: no-repeat; |
351 background-position: -3px -2px; | 351 background-position: -3px -2px; |
352 } | 352 } |
353 | 353 |
354 #host-list-empty-hosting-supported { | |
355 margin-top: 14px; | |
356 padding-top: 20px; | |
357 border-top: 1px solid #E5E5E5; | |
358 background-position-y: 18px; | |
359 } | |
360 | |
361 .selectable { | 354 .selectable { |
362 -webkit-user-select: text; | 355 -webkit-user-select: text; |
363 cursor: text; | 356 cursor: text; |
364 } | 357 } |
365 | 358 |
366 .section-row { | 359 .section-row { |
367 display: flex; | 360 display: flex; |
368 -webkit-align-items: center; | 361 -webkit-align-items: center; |
369 padding: 10px 0; | 362 padding: 10px 0; |
370 border-top: 1px solid #EBEBEB; | 363 border-top: 1px solid #EBEBEB; |
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
715 } | 708 } |
716 | 709 |
717 .mouse-cursor-overlay { | 710 .mouse-cursor-overlay { |
718 position: absolute; | 711 position: absolute; |
719 pointer-events: none; | 712 pointer-events: none; |
720 } | 713 } |
721 | 714 |
722 body.hangout-remote-desktop .home-screen { | 715 body.hangout-remote-desktop .home-screen { |
723 display: none; | 716 display: none; |
724 } | 717 } |
OLD | NEW |