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. */
9 #destination-search.transparent
{
15 #destination-search .page
{
19 #destination-search .user-info
{
20 -webkit-user-select: none
;
25 text-overflow: ellipsis
;
31 [dir
='rtl'] #destination-search
.user-info
{
36 #destination-search > .page
> .close-button
{
40 #destination-search .search-box
{
41 -webkit-user-select: none
;
45 #destination-search .lists
{
50 #destination-search .lists
> * {
51 -webkit-user-select: none
;
55 #destination-search .cloudprint-promo
{
56 -webkit-box-align: center
;
57 -webkit-user-select: none
;
58 background-color: rgb
(249, 237, 190);
63 #destination-search .cloudprint-promo
.sign-in
.link-button
{
67 #destination-search .cloudprint-promo
.icon
{
68 -webkit-margin-end: 12px;
74 #destination-search .cloudprint-promo
.promo-text
{
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;
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);