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

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

Issue 10905047: Fixes weird pdf plugin scroll bug. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Less invasive fix. Created 8 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
11 overflow: hidden;
11 pointer-events: none; 12 pointer-events: none;
12 } 13 }
13 14
14 #destination-search .page { 15 #destination-search .page {
15 width: 640px; 16 width: 640px;
16 } 17 }
17 18
18 #destination-search .user-info { 19 #destination-search .user-info {
19 -webkit-user-select: none; 20 -webkit-user-select: none;
20 overflow: hidden; 21 overflow: hidden;
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 -webkit-margin-start: 12px; 79 -webkit-margin-start: 12px;
79 background-image: url(chrome://resources/images/x.png); 80 background-image: url(chrome://resources/images/x.png);
80 background-position: -2px -1px; 81 background-position: -2px -1px;
81 height: 18px; 82 height: 18px;
82 width: 18px; 83 width: 18px;
83 } 84 }
84 85
85 #destination-search .cloudprint-promo .close-button:hover { 86 #destination-search .cloudprint-promo .close-button:hover {
86 background-image: url(chrome://resources/images/x-hover.png); 87 background-image: url(chrome://resources/images/x-hover.png);
87 } 88 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698