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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/ui/toolbar.css

Issue 2584783002: DevTools: Add "New" button to launch timeline landing page. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/timeline/TimelinePanel.js ('k') | 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) 2014 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2014 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 :host { 7 :host {
8 flex: none; 8 flex: none;
9 padding: 0 2px; 9 padding: 0 2px;
10 } 10 }
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 overflow: hidden; 80 overflow: hidden;
81 text-align: right; 81 text-align: right;
82 color: #333 !important; 82 color: #333 !important;
83 } 83 }
84 84
85 .toolbar-button .toolbar-dropdown-arrow { 85 .toolbar-button .toolbar-dropdown-arrow {
86 background-color: #333 !important; 86 background-color: #333 !important;
87 } 87 }
88 88
89 .toolbar-has-glyph .toolbar-text { 89 .toolbar-has-glyph .toolbar-text {
90 margin-left: 0; 90 margin-left: -4px;
91 } 91 }
92 92
93 .toolbar-button:not(.toolbar-has-glyph):not(.toolbar-has-dropdown):not(.largeico n-menu) { 93 .toolbar-button:not(.toolbar-has-glyph):not(.toolbar-has-dropdown):not(.largeico n-menu) {
94 font-weight: bold; 94 font-weight: bold;
95 } 95 }
96 96
97 .toolbar-render-as-links * { 97 .toolbar-render-as-links * {
98 font-weight: initial; 98 font-weight: initial;
99 color: rgb(17, 85, 204); 99 color: rgb(17, 85, 204);
100 text-decoration: underline; 100 text-decoration: underline;
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 margin-top: -1px; 246 margin-top: -1px;
247 width: 28px; 247 width: 28px;
248 left: -2px; 248 left: -2px;
249 } 249 }
250 250
251 span.toolbar-select-container.toolbar-item.warning { 251 span.toolbar-select-container.toolbar-item.warning {
252 background: #ffd7d7; 252 background: #ffd7d7;
253 padding: 0 5px 0 0; 253 padding: 0 5px 0 0;
254 margin-right: 1px; 254 margin-right: 1px;
255 } 255 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/timeline/TimelinePanel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698