| OLD | NEW |
| 1 /* Copyright 2013 The Chromium Authors. All rights reserved. | 1 /* Copyright 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 body { | 4 body { |
| 5 background-attachment: fixed !important; | 5 background-attachment: fixed !important; |
| 6 background-color: white; | 6 background-color: white; |
| 7 cursor: default; | 7 cursor: default; |
| 8 font-family: arial, sans-serif; | 8 font-family: arial, sans-serif; |
| 9 font-size: small; | 9 font-size: small; |
| 10 margin: 0; | 10 margin: 0; |
| (...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 left: 2px; | 272 left: 2px; |
| 273 right: auto; | 273 right: auto; |
| 274 } | 274 } |
| 275 | 275 |
| 276 .mv-page-ready:hover .mv-x { | 276 .mv-page-ready:hover .mv-x { |
| 277 -webkit-transition-delay: 500ms; | 277 -webkit-transition-delay: 500ms; |
| 278 opacity: 1; | 278 opacity: 1; |
| 279 } | 279 } |
| 280 | 280 |
| 281 .mv-favicon { | 281 .mv-favicon { |
| 282 background-size: 16px; |
| 282 bottom: -8px; | 283 bottom: -8px; |
| 283 height: 16px; | 284 height: 16px; |
| 284 left: 61px; | 285 left: 61px; |
| 285 pointer-events: none; | 286 pointer-events: none; |
| 286 position: absolute; | 287 position: absolute; |
| 287 width: 16px; | 288 width: 16px; |
| 288 } | 289 } |
| 289 | 290 |
| 290 /* The notification shown when a tile is blacklisted. */ | 291 /* The notification shown when a tile is blacklisted. */ |
| 291 #mv-notice { | 292 #mv-notice { |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 opacity: 0.9; | 360 opacity: 0.9; |
| 360 padding: 3px; | 361 padding: 3px; |
| 361 position: fixed; | 362 position: fixed; |
| 362 right: 8px; | 363 right: 8px; |
| 363 } | 364 } |
| 364 | 365 |
| 365 body.rtl #attribution,body.rtl #recent-tabs { | 366 body.rtl #attribution,body.rtl #recent-tabs { |
| 366 left: 8px; | 367 left: 8px; |
| 367 right: auto; | 368 right: auto; |
| 368 } | 369 } |
| OLD | NEW |