Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Side by Side Diff: chrome/browser/resources/inspect/inspect.css

Issue 250433003: DevTools: Adjust style of anchor text in 'Port forwarding' dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698