OLD | NEW |
1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved. |
2 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
3 * found in the LICENSE file. */ | 3 * found in the LICENSE file. */ |
4 | 4 |
5 html { | 5 html { |
6 height: 100%; | 6 height: 100%; |
7 } | 7 } |
8 | 8 |
9 body { | 9 body { |
10 -webkit-app-region: drag; | 10 -webkit-app-region: drag; |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 z-index: 1; | 164 z-index: 1; |
165 } | 165 } |
166 | 166 |
167 .image-picker .check { | 167 .image-picker .check { |
168 background-image: url('../images/ui/check.png'); | 168 background-image: url('../images/ui/check.png'); |
169 height: 32px; | 169 height: 32px; |
170 left: 38px; | 170 left: 38px; |
171 position: absolute; | 171 position: absolute; |
172 top: 18px; | 172 top: 18px; |
173 width: 32px; | 173 width: 32px; |
174 z-index: 3; | 174 z-index: 2; |
175 } | 175 } |
176 | 176 |
177 ::-webkit-scrollbar { | 177 ::-webkit-scrollbar { |
178 width: 6px; | 178 width: 6px; |
179 } | 179 } |
180 | 180 |
181 ::-webkit-scrollbar-thumb { | 181 ::-webkit-scrollbar-thumb { |
182 background: #aaa; | 182 background: #aaa; |
183 } | 183 } |
184 | 184 |
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
333 margin-right: 4px; | 333 margin-right: 4px; |
334 opacity: 0.7; | 334 opacity: 0.7; |
335 position: relative; | 335 position: relative; |
336 top: 4px; | 336 top: 4px; |
337 width: 17px; | 337 width: 17px; |
338 } | 338 } |
339 | 339 |
340 #surprise-me #checkbox.checked { | 340 #surprise-me #checkbox.checked { |
341 background-image: url('../images/ui/checkbox_checked.png'); | 341 background-image: url('../images/ui/checkbox_checked.png'); |
342 } | 342 } |
OLD | NEW |