| 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 #no-destinations-promo { | 5 #no-destinations-promo { |
| 6 -webkit-user-select: none; | 6 -webkit-user-select: none; |
| 7 z-index: 2; | 7 z-index: 2; |
| 8 } | 8 } |
| 9 | 9 |
| 10 #no-destinations-promo .page { | 10 #no-destinations-promo .page { |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 float: right; | 30 float: right; |
| 31 } | 31 } |
| 32 | 32 |
| 33 #no-destinations-promo .text-content { | 33 #no-destinations-promo .text-content { |
| 34 -webkit-box-flex: 1; | 34 -webkit-box-flex: 1; |
| 35 font-size: 10pt; | 35 font-size: 10pt; |
| 36 margin-bottom: 18px; | 36 margin-bottom: 18px; |
| 37 } | 37 } |
| 38 | 38 |
| 39 #no-destinations-promo .close-button { | 39 #no-destinations-promo .close-button { |
| 40 background-image: url('chrome://theme/IDR_WEB_UI_CLOSE'); | 40 background-image: url('chrome://theme/IDR_CLOSE_DIALOG'); |
| 41 background-position: center; | 41 background-position: center; |
| 42 background-repeat: no-repeat; | 42 background-repeat: no-repeat; |
| 43 height: 16px; | 43 height: 16px; |
| 44 right: 14px; | 44 right: 14px; |
| 45 top: 14px; | 45 top: 14px; |
| 46 width: 16px; | 46 width: 16px; |
| 47 } | 47 } |
| 48 | 48 |
| 49 #no-destinations-promo .close-button:hover { | 49 #no-destinations-promo .close-button:hover { |
| 50 background-image: url('chrome://theme/IDR_WEB_UI_CLOSE_HOVER'); | 50 background-image: url('chrome://theme/IDR_CLOSE_DIALOG_H'); |
| 51 } | 51 } |
| 52 | 52 |
| 53 #no-destinations-promo .close-button:active { | 53 #no-destinations-promo .close-button:active { |
| 54 background-image: url('chrome://theme/IDR_WEB_UI_CLOSE_PRESSED'); | 54 background-image: url('chrome://theme/IDR_CLOSE_DIALOG_P'); |
| 55 } | 55 } |
| 56 | 56 |
| 57 #no-destinations-promo .action-button-container { | 57 #no-destinations-promo .action-button-container { |
| 58 text-align: right; | 58 text-align: right; |
| 59 } | 59 } |
| OLD | NEW |