| OLD | NEW |
| 1 /* Copyright 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright 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 body { | 5 body { |
| 6 background-color: white; | 6 background-color: white; |
| 7 cursor: default; | 7 cursor: default; |
| 8 margin: 0; | 8 margin: 0; |
| 9 overflow: hidden; | 9 overflow: hidden; |
| 10 } | 10 } |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 overflow: hidden; | 42 overflow: hidden; |
| 43 } | 43 } |
| 44 | 44 |
| 45 /* Styling for native suggestions, hidden by the shadow DOM. */ | 45 /* Styling for native suggestions, hidden by the shadow DOM. */ |
| 46 .chrome_url { | 46 .chrome_url { |
| 47 color: rgb(0, 153, 51); | 47 color: rgb(0, 153, 51); |
| 48 } | 48 } |
| 49 | 49 |
| 50 .chrome_title { | 50 .chrome_title { |
| 51 color: #666 | 51 color: #666 |
| 52 } | 52 } |
| OLD | NEW |