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

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

Issue 1284003006: DevTools: align combobox text with other controls (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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) 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 select.toolbar-item { 168 select.toolbar-item {
169 min-width: 48px; 169 min-width: 48px;
170 color: rgb(48, 48, 48); 170 color: rgb(48, 48, 48);
171 text-shadow: rgba(255, 255, 255, 0.75) 0 1px 0; 171 text-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
172 -webkit-appearance: none; 172 -webkit-appearance: none;
173 border: 0; 173 border: 0;
174 border-radius: 0; 174 border-radius: 0;
175 padding: 0 15px 0 5px; 175 padding: 0 15px 0 5px;
176 margin-right: -10px; 176 margin-right: -10px;
177 position: relative; 177 position: relative;
178 line-height: 22px;
179 } 178 }
180 179
181 .toolbar-item.checkbox { 180 .toolbar-item.checkbox {
182 padding: 0 5px 0 2px; 181 padding: 0 5px 0 2px;
183 } 182 }
184 183
185 .toolbar-item > .glyph { 184 .toolbar-item > .glyph {
186 -webkit-mask-image: url(Images/toolbarButtonGlyphs.png); 185 -webkit-mask-image: url(Images/toolbarButtonGlyphs.png);
187 -webkit-mask-size: 352px 144px; 186 -webkit-mask-size: 352px 144px;
188 background-color: #5a5a5a; 187 background-color: #5a5a5a;
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 } 516 }
518 517
519 .playback-rate-button.toggled-on > .toolbar-button-text { 518 .playback-rate-button.toggled-on > .toolbar-button-text {
520 color: rgb(66, 129, 235); 519 color: rgb(66, 129, 235);
521 } 520 }
522 521
523 button.playback-rate-button { 522 button.playback-rate-button {
524 width: auto; 523 width: auto;
525 margin-right: 10px; 524 margin-right: 10px;
526 } 525 }
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