Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / browser / resources / print_preview / search / destination_search.css
blobf736b57f7d5bf213390419946003915facab11b3
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
3 * found in the LICENSE file. */
5 #destination-search {
6 z-index: 3;
9 #destination-search.transparent {
10 opacity: 0;
11 overflow: hidden;
12 pointer-events: none;
15 #destination-search .page {
16 width: 640px;
19 #destination-search .user-info {
20 -webkit-user-select: none;
21 overflow: hidden;
22 position: absolute;
23 right: 40px;
24 text-align: right;
25 text-overflow: ellipsis;
26 top: 14px;
27 white-space: nowrap;
28 width: 350px;
31 [dir='rtl'] #destination-search .user-info {
32 left: 40px;
33 right: auto;
36 #destination-search > .page > .close-button {
37 top: 9px;
40 #destination-search .search-box {
41 -webkit-user-select: none;
42 margin: 14px;
45 #destination-search .lists {
46 -webkit-box-flex: 1;
47 overflow-y: auto;
50 #destination-search .lists > * {
51 -webkit-user-select: none;
52 padding: 0 14px 18px;
55 #destination-search .cloudprint-promo {
56 -webkit-box-align: center;
57 -webkit-user-select: none;
58 background-color: rgb(249, 237, 190);
59 display: -webkit-box;
60 padding: 12px;
63 #destination-search .cloudprint-promo .sign-in.link-button {
64 padding: inherit;
67 #destination-search .cloudprint-promo .icon {
68 -webkit-margin-end: 12px;
69 display: block;
70 height: 24px;
71 width: 24px;
74 #destination-search .cloudprint-promo .promo-text {
75 -webkit-box-flex: 1;
78 #destination-search .cloudprint-promo .close-button {
79 -webkit-margin-start: 12px;
80 background-image: -webkit-image-set(
81 url('chrome://theme/IDR_CLOSE_DIALOG') 1x,
82 url('chrome://theme/IDR_CLOSE_DIALOG@2x') 2x);
83 background-repeat: no-repeat;
84 background-size: 14px;
85 height: 14px;
86 width: 14px;
89 #destination-search .cloudprint-promo .close-button:hover {
90 background-image: -webkit-image-set(
91 url('chrome://theme/IDR_CLOSE_DIALOG_H') 1x,
92 url('chrome://theme/IDR_CLOSE_DIALOG_H@2x') 2x);
95 #destination-search .cloudprint-promo .close-button:active {
96 background-image: -webkit-image-set(
97 url('chrome://theme/IDR_CLOSE_DIALOG_P') 1x,
98 url('chrome://theme/IDR_CLOSE_DIALOG_P@2x') 2x);