OLD | NEW |
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 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 #startup-overlay { | 5 #startup-overlay { |
6 min-width: 500px; | 6 min-width: 500px; |
7 } | 7 } |
8 | 8 |
9 #startupPagesList { | 9 #startupPagesList { |
10 margin-bottom: 20px; | 10 margin-bottom: 20px; |
(...skipping 21 matching lines...) Expand all Loading... |
32 border-radius: 0; | 32 border-radius: 0; |
33 border-top-color: transparent; | 33 border-top-color: transparent; |
34 box-sizing: border-box; | 34 box-sizing: border-box; |
35 display: none; | 35 display: none; |
36 height: 6px; | 36 height: 6px; |
37 overflow: hidden; | 37 overflow: hidden; |
38 pointer-events: none; | 38 pointer-events: none; |
39 position: fixed; | 39 position: fixed; |
40 z-index: 10; | 40 z-index: 10; |
41 } | 41 } |
OLD | NEW |