| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (c) 2012 The Chromium Authors. All rights reserved. | 2 * Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 3 * Use of this source code is governed by a BSD-style license that can be | 3 * Use of this source code is governed by a BSD-style license that can be |
| 4 * found in the LICENSE file. | 4 * found in the LICENSE file. |
| 5 */ | 5 */ |
| 6 | 6 |
| 7 body { | 7 body { |
| 8 color: rgb(48, 57, 66); | 8 color: rgb(48, 57, 66); |
| 9 font-family: Arial, sans-serif; | 9 font-family: Arial, sans-serif; |
| 10 font-size: 13px; | 10 font-size: 13px; |
| (...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 | 371 |
| 372 .port-forwarding-pair:not(.selected) .close-button:not(:hover) { | 372 .port-forwarding-pair:not(.selected) .close-button:not(:hover) { |
| 373 opacity: 0.5; | 373 opacity: 0.5; |
| 374 } | 374 } |
| 375 | 375 |
| 376 #port-forwarding-message { | 376 #port-forwarding-message { |
| 377 margin-bottom: 12px; | 377 margin-bottom: 12px; |
| 378 width: 20em; | 378 width: 20em; |
| 379 } | 379 } |
| 380 | 380 |
| 381 #port-forwarding-message a { | |
| 382 font-weight: bold; | |
| 383 text-decoration: none; | |
| 384 } | |
| 385 | |
| 386 #port-forwarding-config-buttons { | 381 #port-forwarding-config-buttons { |
| 387 align-items: center; | 382 align-items: center; |
| 388 display: flex; | 383 display: flex; |
| 389 } | 384 } |
| 390 | 385 |
| 391 #port-forwarding-config-buttons > label { | 386 #port-forwarding-config-buttons > label { |
| 392 flex-grow: 1 | 387 flex-grow: 1 |
| 393 } | 388 } |
| OLD | NEW |