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

Side by Side Diff: Source/devtools/front_end/ui/section.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) 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 .section { 7 .section {
8 position: relative; 8 position: relative;
9 margin-top: 1px; 9 margin-top: 1px;
10 } 10 }
11 11
12 .section > .header { 12 .section > .header {
13 padding: 0 8px 0 5px; 13 padding: 0 8px 0 5px;
14 min-height: 18px; 14 min-height: 18px;
15 white-space: nowrap; 15 white-space: nowrap;
16 background-origin: padding-box; 16 background-origin: padding-box;
17 background-clip: padding-box; 17 background-clip: padding-box;
18 } 18 }
19 19
20 .section > .header::before { 20 .section > .header::before {
21 -webkit-user-select: none; 21 -webkit-user-select: none;
22 background-image: url(Images/toolbarButtonGlyphs.png); 22 background-image: url(Images/toolbarButtonGlyphs.png);
23 background-size: 352px 144px; 23 background-size: 352px 168px;
24 opacity: 0.5; 24 opacity: 0.5;
25 content: "a"; 25 content: "a";
26 color: transparent; 26 color: transparent;
27 text-shadow: none; 27 text-shadow: none;
28 float: left; 28 float: left;
29 width: 8px; 29 width: 8px;
30 margin-right: 4px; 30 margin-right: 4px;
31 margin-top: 2px; 31 margin-top: 2px;
32 } 32 }
33 33
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 color: inherit; 72 color: inherit;
73 } 73 }
74 74
75 .section > .properties { 75 .section > .properties {
76 display: none; 76 display: none;
77 } 77 }
78 78
79 .section.expanded > .properties { 79 .section.expanded > .properties {
80 display: block; 80 display: block;
81 } 81 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/ui/propertiesSection.css ('k') | Source/devtools/front_end/ui/smallIcon.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698