Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1337)

Side by Side Diff: chrome/browser/resources/print_preview/search/destination_search.css

Issue 11818044: Replace IDR_WEB_UI_CLOSE* with IDR_CLOSE_DIALOG*, cleanup, etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 #destination-search { 5 #destination-search {
6 z-index: 3; 6 z-index: 3;
7 } 7 }
8 8
9 #destination-search.transparent { 9 #destination-search.transparent {
10 opacity: 0; 10 opacity: 0;
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 height: 24px; 70 height: 24px;
71 width: 24px; 71 width: 24px;
72 } 72 }
73 73
74 #destination-search .cloudprint-promo .promo-text { 74 #destination-search .cloudprint-promo .promo-text {
75 -webkit-box-flex: 1; 75 -webkit-box-flex: 1;
76 } 76 }
77 77
78 #destination-search .cloudprint-promo .close-button { 78 #destination-search .cloudprint-promo .close-button {
79 -webkit-margin-start: 12px; 79 -webkit-margin-start: 12px;
80 background-image: url('chrome://theme/IDR_WEB_UI_CLOSE'); 80 background-image: url('chrome://theme/IDR_CLOSE_DIALOG');
81 background-repeat: no-repeat; 81 background-repeat: no-repeat;
82 background-size: 14px; 82 background-size: 14px;
83 height: 14px; 83 height: 14px;
84 width: 14px; 84 width: 14px;
85 } 85 }
86 86
87 #destination-search .cloudprint-promo .close-button:hover { 87 #destination-search .cloudprint-promo .close-button:hover {
88 background-image: url('chrome://theme/IDR_WEB_UI_CLOSE_HOVER'); 88 background-image: url('chrome://theme/IDR_CLOSE_DIALOG_H');
89 } 89 }
90 90
91 #destination-search .cloudprint-promo .close-button:active { 91 #destination-search .cloudprint-promo .close-button:active {
92 background-image: url('chrome://theme/IDR_WEB_UI_CLOSE_PRESSED'); 92 background-image: url('chrome://theme/IDR_CLOSE_DIALOG_P');
93 } 93 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/print_preview/no_destinations_promo.css ('k') | chrome/browser/resources/shared/css/dialogs.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698