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

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

Issue 1330113002: Rename WebSourceBuffer::abort into WebSourceBuffer::resetParserState (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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 | « Source/core/layout/LayoutPart.cpp ('k') | Source/modules/mediasource/SourceBuffer.cpp » ('j') | 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 padding: 0; 46 padding: 0;
47 height: 26px; 47 height: 26px;
48 border: none; 48 border: none;
49 color: #5a5a5a; 49 color: #5a5a5a;
50 } 50 }
51 51
52 .toolbar-text { 52 .toolbar-text {
53 white-space: nowrap; 53 white-space: nowrap;
54 overflow: hidden; 54 overflow: hidden;
55 margin-left: 6px; 55 margin-left: 6px;
56 -webkit-user-select: text;
57 } 56 }
58 57
59 .toolbar-item:active { 58 .toolbar-item:active {
60 position: relative; 59 position: relative;
61 z-index: 200; 60 z-index: 200;
62 } 61 }
63 62
64 .toolbar-item.hover .toolbar-button-text { 63 .toolbar-item.hover .toolbar-button-text {
65 color: #333; 64 color: #333;
66 } 65 }
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 435
437 .filter-toolbar-item.toggled-shown .glyph { 436 .filter-toolbar-item.toggled-shown .glyph {
438 background-color: rgb(66, 129, 235) !important; 437 background-color: rgb(66, 129, 235) !important;
439 } 438 }
440 439
441 .filter-toolbar-item.toggled-shown { 440 .filter-toolbar-item.toggled-shown {
442 background-color: #f3f3f3; 441 background-color: #f3f3f3;
443 } 442 }
444 443
445 .filter-toolbar-item.toggled-active .glyph { 444 .filter-toolbar-item.toggled-active .glyph {
446 background-color: rgb(216, 0, 0); 445 background-color: rgb(216, 0, 0) !important;
447 } 446 }
448 447
449 .waterfall-toolbar-item .glyph { 448 .waterfall-toolbar-item .glyph {
450 -webkit-mask-position: -128px -48px; 449 -webkit-mask-position: -128px -48px;
451 } 450 }
452 451
453 .pan-toolbar-item .glyph { 452 .pan-toolbar-item .glyph {
454 -webkit-mask-position: -98px -120px; 453 -webkit-mask-position: -98px -120px;
455 } 454 }
456 455
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 } 519 }
521 520
522 button.playback-rate-button { 521 button.playback-rate-button {
523 width: auto; 522 width: auto;
524 margin-right: 10px; 523 margin-right: 10px;
525 } 524 }
526 525
527 .layout-editor-toolbar-item .glyph { 526 .layout-editor-toolbar-item .glyph {
528 -webkit-mask-position: 0 -144px; 527 -webkit-mask-position: 0 -144px;
529 } 528 }
OLDNEW
« no previous file with comments | « Source/core/layout/LayoutPart.cpp ('k') | Source/modules/mediasource/SourceBuffer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698