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
{
28 [dir
='rtl'] #destination-search
.user-info
{
33 #destination-search .account-select-label
{
34 -webkit-user-select: none
;
39 text-overflow: ellipsis
;
43 #destination-search .account-select
{
48 #destination-search > .page
> .close-button
{
52 #destination-search .search-box
{
53 -webkit-user-select: none
;
57 #destination-search .lists
{
62 #destination-search .lists
> * {
63 -webkit-user-select: none
;
67 #destination-search .lists
> :last-child
{
71 #destination-search .invitation-container
{
72 -webkit-animation: invitation-fadein
500ms;
73 -webkit-box-align: center
;
74 -webkit-box-orient: vertical
;
77 @-webkit-keyframes invitation-fadein
{
86 #destination-search .invitation-text
{
90 #destination-search .invitation-buttons
{
93 justify-content: center
;
96 #destination-search .invitation-buttons
> *:not
(:first-child
) {
97 -webkit-margin-start: 10px;
100 #destination-search #invitation-process-throbber
{
104 #destination-search .cloudprint-promo
{
105 -webkit-box-align: center
;
106 -webkit-user-select: none
;
109 #destination-search .cloudprint-promo
.sign-in
[is
='action-link'] {
113 #destination-search .cloudprint-promo
.icon
{
114 -webkit-margin-end: 12px;
120 #destination-search .cloudprint-promo
.promo-text
{
124 #destination-search .cloudprint-promo
.close-button
{
125 -webkit-margin-start: 12px;
126 background-image: -webkit-image-set
(
127 url
(chrome://theme
/IDR_CLOSE_DIALOG
) 1x,
128 url
(chrome://theme
/IDR_CLOSE_DIALOG@
2x) 2x);
129 background-repeat: no-repeat
;
130 background-size: 14px;
135 #destination-search .cloudprint-promo
.close-button:hover
{
136 background-image: -webkit-image-set
(
137 url
(chrome://theme
/IDR_CLOSE_DIALOG_H
) 1x,
138 url
(chrome://theme
/IDR_CLOSE_DIALOG_H@
2x) 2x);
141 #destination-search .cloudprint-promo
.close-button:active
{
142 background-image: -webkit-image-set
(
143 url
(chrome://theme
/IDR_CLOSE_DIALOG_P
) 1x,
144 url
(chrome://theme
/IDR_CLOSE_DIALOG_P@
2x) 2x);