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

Side by Side Diff: Source/devtools/front_end/sources/sourcesSearch.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 2014 The Chromium Authors. All rights reserved. 2 * Copyright 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 .search-drawer-header { 7 .search-drawer-header {
8 flex: none; 8 flex: none;
9 padding: 4px; 9 padding: 4px;
10 display: flex; 10 display: flex;
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 display: none; 66 display: none;
67 } 67 }
68 68
69 #search-results-pane-file-based ol.children.expanded { 69 #search-results-pane-file-based ol.children.expanded {
70 display: block; 70 display: block;
71 } 71 }
72 72
73 #search-results-pane-file-based li.parent::before { 73 #search-results-pane-file-based li.parent::before {
74 -webkit-user-select: none; 74 -webkit-user-select: none;
75 background-image: url(Images/toolbarButtonGlyphs.png); 75 background-image: url(Images/toolbarButtonGlyphs.png);
76 background-size: 352px 144px; 76 background-size: 352px 168px;
77 opacity: 0.5; 77 opacity: 0.5;
78 width: 12px; 78 width: 12px;
79 content: "a"; 79 content: "a";
80 color: transparent; 80 color: transparent;
81 margin-left: -5px; 81 margin-left: -5px;
82 padding-right: 4px; 82 padding-right: 4px;
83 display: inline-block; 83 display: inline-block;
84 box-sizing: border-box; 84 box-sizing: border-box;
85 } 85 }
86 86
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 181
182 .empty-view { 182 .empty-view {
183 font-size: 24px; 183 font-size: 24px;
184 color: rgb(75%, 75%, 75%); 184 color: rgb(75%, 75%, 75%);
185 font-weight: bold; 185 font-weight: bold;
186 padding: 10px; 186 padding: 10px;
187 display: flex; 187 display: flex;
188 align-items: center; 188 align-items: center;
189 justify-content: center; 189 justify-content: center;
190 } 190 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/sidebarPane.css ('k') | Source/devtools/front_end/timeline/timelinePanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698