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;
14 .destination-list-item:hover {
15 background-color: rgb
(228, 236, 247);
18 .destination-list-item.stale {
22 .destination-list-item-icon {
23 -webkit-margin-end: 8px;
24 -webkit-transition: opacity
150ms;
25 display: inline-block
;
27 vertical-align: middle
;
31 .destination-list-item-name {
32 vertical-align: middle
;
35 .destination-list-item .offline-status {
36 -webkit-margin-start: 1em;
42 -webkit-margin-start: 1em;