OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |