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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
353 | 353 |
354 .selectable { | 354 .selectable { |
355 -webkit-user-select: text; | 355 -webkit-user-select: text; |
356 cursor: text; | 356 cursor: text; |
357 } | 357 } |
358 | 358 |
359 .section-row { | 359 .section-row { |
360 display: flex; | 360 display: flex; |
361 -webkit-align-items: center; | 361 -webkit-align-items: center; |
362 padding: 10px 0; | 362 padding: 10px 0; |
363 border-top: 1px solid #EBEBEB; | 363 border-bottom: 1px solid #EBEBEB; |
364 } | 364 } |
365 | 365 |
366 .section-row button { | 366 .section-row button { |
367 margin-__MSG_@@bidi_start_edge__: 20px; | 367 margin-__MSG_@@bidi_start_edge__: 20px; |
368 } | 368 } |
369 | 369 |
370 .section-row:first-child, | 370 .daemon-control .section-row { |
371 .section-row.no-non-local-hosts { | 371 border-bottom: none; |
372 border-top: none; | |
373 } | 372 } |
374 | 373 |
375 .editbox-label { | 374 .editbox-label { |
376 line-height: 29px; | 375 line-height: 29px; |
377 font-weight: bold; | 376 font-weight: bold; |
378 } | 377 } |
379 | 378 |
380 .error-state { | 379 .error-state { |
381 background-image: url(icon_warning.webp); | 380 background-image: url(icon_warning.webp); |
382 background-repeat: no-repeat; | 381 background-repeat: no-repeat; |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
494 height: 22px; | 493 height: 22px; |
495 bottom: -5px; | 494 bottom: -5px; |
496 right: -10px; | 495 right: -10px; |
497 } | 496 } |
498 | 497 |
499 .host-offline .host-name-label, | 498 .host-offline .host-name-label, |
500 .host-offline .host-list-main-icon { | 499 .host-offline .host-list-main-icon { |
501 opacity: 0.5; | 500 opacity: 0.5; |
502 } | 501 } |
503 | 502 |
504 #this-host-connect { | 503 #this-host-connect, |
| 504 .non-local-host { |
505 -webkit-align-items: center; | 505 -webkit-align-items: center; |
506 display: flex; | 506 display: flex; |
507 } | 507 } |
508 | 508 |
509 #this-host-connect .host-entry { | 509 #this-host-connect .host-entry { |
510 flex: 1; | 510 flex: 1; |
511 } | 511 } |
512 | 512 |
513 button { | 513 button { |
514 white-space:nowrap; | 514 white-space:nowrap; |
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
730 border-color: #000000; | 730 border-color: #000000; |
731 border-style: solid; | 731 border-style: solid; |
732 border-width: 2px; | 732 border-width: 2px; |
733 box-sizing: border-box; | 733 box-sizing: border-box; |
734 } | 734 } |
735 | 735 |
736 .mouse-cursor-overlay { | 736 .mouse-cursor-overlay { |
737 position: absolute; | 737 position: absolute; |
738 pointer-events: none; | 738 pointer-events: none; |
739 } | 739 } |
OLD | NEW |