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

Side by Side Diff: chrome/browser/resources/net_internals/events_view.css

Issue 786023002: Remove hard-coded font families in WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: The First Version. Created 6 years 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
OLDNEW
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 #events-view-filter-box { 6 #events-view-filter-box {
7 background: #efefef; 7 background: #efefef;
8 border-bottom: 1px solid #aaa; 8 border-bottom: 1px solid #aaa;
9 font-family: sans-serif;
10 font-size: 75%; 9 font-size: 75%;
11 overflow: hidden; 10 overflow: hidden;
12 padding: 5px; 11 padding: 5px;
13 white-space: nowrap; 12 white-space: nowrap;
14 } 13 }
15 14
16 #events-view-filter-box input { 15 #events-view-filter-box input {
17 width: 100%; 16 width: 100%;
18 } 17 }
19 18
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 color: rgb(112, 0, 112); 97 color: rgb(112, 0, 112);
99 } 98 }
100 99
101 #events-view-source-list-tbody .source-ipv6-probe-job { 100 #events-view-source-list-tbody .source-ipv6-probe-job {
102 color: rgb(235, 0, 0); 101 color: rgb(235, 0, 0);
103 } 102 }
104 103
105 #events-view-source-list-tbody .source-none { 104 #events-view-source-list-tbody .source-none {
106 color: rgb(235, 0, 0); 105 color: rgb(235, 0, 0);
107 } 106 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698