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 #change-home-page-section { | 5 #change-home-page-section { |
6 margin-left: 30px; | 6 margin-left: 30px; |
7 } | 7 } |
8 | 8 |
9 #home-page-url { | 9 #home-page-url { |
10 display: inline-block; | 10 display: inline-block; |
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
333 -webkit-box-flex: 1; | 333 -webkit-box-flex: 1; |
334 color: #555; | 334 color: #555; |
335 display: block; | 335 display: block; |
336 overflow-x: hidden; | 336 overflow-x: hidden; |
337 padding-top: 8px; | 337 padding-top: 8px; |
338 text-overflow: ellipsis; | 338 text-overflow: ellipsis; |
339 vertical-align: middle; | 339 vertical-align: middle; |
340 white-space: nowrap; | 340 white-space: nowrap; |
341 } | 341 } |
342 | 342 |
| 343 .active-network { |
| 344 color: black; |
| 345 font-weight: bold; |
| 346 } |
| 347 |
343 @media (pointer:coarse) { | 348 @media (pointer:coarse) { |
344 .network-menu-item-label { | 349 .network-menu-item-label { |
345 padding-top: 14px; | 350 padding-top: 14px; |
346 } | 351 } |
347 } | 352 } |
348 | 353 |
349 .network-disabled-control { | 354 .network-disabled-control { |
350 color: #999; | 355 color: #999; |
351 } | 356 } |
352 | 357 |
353 .network-menu-header { | |
354 -webkit-padding-start: 36px; | |
355 color: #999; | |
356 padding-bottom: 8px; | |
357 padding-top: 8px; | |
358 } | |
359 | |
360 /* Restrict the size of the networks menu, by limiting the number of | 358 /* Restrict the size of the networks menu, by limiting the number of |
361 visible networks. */ | 359 visible networks. */ |
362 .network-menu-group { | 360 .network-menu-group { |
363 max-height: 192px; | 361 max-height: 192px; |
364 overflow-x: hidden; | 362 overflow-x: hidden; |
365 overflow-y: auto; | 363 overflow-y: auto; |
366 text-overflow: ellipsis; | 364 text-overflow: ellipsis; |
367 } | 365 } |
368 | 366 |
369 @media (pointer:coarse) { | 367 @media (pointer:coarse) { |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
414 } | 412 } |
415 | 413 |
416 #auto-open-file-types-label { | 414 #auto-open-file-types-label { |
417 padding: 0.45em 0 | 415 padding: 0.45em 0 |
418 } | 416 } |
419 | 417 |
420 .sliding { | 418 .sliding { |
421 -webkit-transition: height 200ms; | 419 -webkit-transition: height 200ms; |
422 overflow-y: hidden; | 420 overflow-y: hidden; |
423 } | 421 } |
OLD | NEW |