Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / browser / resources / print_preview / search / destination_list_item.css
blob9fd7a0698cb37866f6580baa604dc13ded1e0a3e
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-list-item {
6 -webkit-padding-end: 2px;
7 -webkit-padding-start: 18px;
8 -webkit-transition: background-color 150ms;
9 cursor: default;
10 padding-bottom: 3px;
11 padding-top: 3px;
14 .destination-list-item:hover {
15 background-color: rgb(228, 236, 247);
18 .destination-list-item.stale {
19 opacity: 0.4;
22 .destination-list-item-icon {
23 -webkit-margin-end: 8px;
24 -webkit-transition: opacity 150ms;
25 display: inline-block;
26 height: 24px;
27 vertical-align: middle;
28 width: 24px;
31 .destination-list-item-name {
32 vertical-align: middle;
35 .destination-list-item .offline-status {
36 -webkit-margin-start: 1em;
37 font-size: 75%;
38 opacity: 0.6;
41 .register-promo {
42 -webkit-margin-start: 1em;