OLD | NEW |
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 .overview-grid-window-selector { | 7 .overview-grid-window-selector { |
8 position: absolute; | 8 position: absolute; |
9 top: 0; | 9 top: 0; |
10 bottom: 0; | 10 bottom: 0; |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 background-color: rgb(153, 153, 153); | 53 background-color: rgb(153, 153, 153); |
54 z-index: 500; | 54 z-index: 500; |
55 border-radius: 2px; | 55 border-radius: 2px; |
56 box-shadow: white 1px 0 0, white -1px 0 0, white 0 1px 0, white 0 -1px 0; | 56 box-shadow: white 1px 0 0, white -1px 0 0, white 0 1px 0, white 0 -1px 0; |
57 } | 57 } |
58 | 58 |
59 .overview-grid-window-resizer-right { | 59 .overview-grid-window-resizer-right { |
60 margin-left: -3px; | 60 margin-left: -3px; |
61 margin-right: -2px; | 61 margin-right: -2px; |
62 } | 62 } |
OLD | NEW |