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

Side by Side Diff: Source/devtools/front_end/elements/computedStyleSidebarPane.css

Issue 1290883006: Devtools: Add new row in toolbarButtonGlyphs and layout editor icon (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase 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
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2015 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2015 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 .computed-properties { 7 .computed-properties {
8 padding: 2px 2px 4px 4px; 8 padding: 2px 2px 4px 4px;
9 -webkit-user-select: text; 9 -webkit-user-select: text;
10 } 10 }
(...skipping 18 matching lines...) Expand all
29 .computed-style-property:hover .computed-style-trace-button { 29 .computed-style-property:hover .computed-style-trace-button {
30 display: inline-block; 30 display: inline-block;
31 } 31 }
32 32
33 .computed-style-trace-button:hover { 33 .computed-style-trace-button:hover {
34 opacity: 1; 34 opacity: 1;
35 } 35 }
36 36
37 .computed-style-trace-button > .glyph { 37 .computed-style-trace-button > .glyph {
38 -webkit-mask-image: url(Images/toolbarButtonGlyphs.png); 38 -webkit-mask-image: url(Images/toolbarButtonGlyphs.png);
39 -webkit-mask-size: 352px 144px; 39 -webkit-mask-size: 352px 168px;
40 -webkit-mask-position: -224px -24px; 40 -webkit-mask-position: -224px -24px;
41 background-color: rgba(0, 0, 0, 0.75); 41 background-color: rgba(0, 0, 0, 0.75);
42 position: absolute; 42 position: absolute;
43 top: 0; 43 top: 0;
44 right: 0; 44 right: 0;
45 bottom: 0; 45 bottom: 0;
46 left: 0; 46 left: 0;
47 margin: 0 -1px; 47 margin: 0 -1px;
48 } 48 }
49 49
50 @media (-webkit-min-device-pixel-ratio: 1.5) { 50 @media (-webkit-min-device-pixel-ratio: 1.5) {
51 .computed-style-trace-button > .glyph { 51 .computed-style-trace-button > .glyph {
52 -webkit-mask-image: url(Images/toolbarButtonGlyphs_2x.png); 52 -webkit-mask-image: url(Images/toolbarButtonGlyphs_2x.png);
53 } 53 }
54 } /* media */ 54 } /* media */
55 55
56 .computed-style-property { 56 .computed-style-property {
57 position: relative; 57 position: relative;
58 padding-left: 14px; 58 padding-left: 14px;
59 } 59 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/console/consoleView.css ('k') | Source/devtools/front_end/elements/elementsPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698