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, a, abbr, acronym, address, big, cite, code, del, dfn, em, | 7 blockquote, 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 491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
502 } | 502 } |
503 | 503 |
504 .host-list-remove-icon:hover { | 504 .host-list-remove-icon:hover { |
505 opacity: 0.5 !important; | 505 opacity: 0.5 !important; |
506 } | 506 } |
507 | 507 |
508 .host-list-edit { | 508 .host-list-edit { |
509 padding: 0 5px; | 509 padding: 0 5px; |
510 } | 510 } |
511 | 511 |
| 512 .host-list-clip { |
| 513 overflow-x: hidden; |
| 514 text-overflow: ellipsis; |
| 515 } |
| 516 |
512 .host-name-label, .host-name-label:visited, .host-name-label:active { | 517 .host-name-label, .host-name-label:visited, .host-name-label:active { |
513 color: inherit; | 518 color: inherit; |
514 cursor: inherit; | 519 cursor: inherit; |
515 } | 520 } |
516 | 521 |
517 .host-list-main-icon { | 522 .host-list-main-icon { |
518 margin-__MSG_@@bidi_end_edge__: 10px; | 523 margin-__MSG_@@bidi_end_edge__: 10px; |
519 vertical-align: middle; | 524 vertical-align: middle; |
520 position: relative; | 525 position: relative; |
521 } | 526 } |
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
784 color: gray; | 789 color: gray; |
785 margin-top: -10px; | 790 margin-top: -10px; |
786 margin-bottom: 10px; | 791 margin-bottom: 10px; |
787 font-size: 80%; | 792 font-size: 80%; |
788 } | 793 } |
789 | 794 |
790 body:not(.os-windows) .windows-only, | 795 body:not(.os-windows) .windows-only, |
791 body:not(.os-mac) .mac-only { | 796 body:not(.os-mac) .mac-only { |
792 display: none; | 797 display: none; |
793 } | 798 } |
OLD | NEW |