1 /* Copyright 2013 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. */
27 tbody
tr:nth-child
(odd
) {
28 background: rgb
(238, 238, 255);
36 background: rgb
(255, 220, 220);
39 .task-log-details label {
43 .task-log-collapse-check {
47 .task-log-collapse-check ~ ul {
48 display: inline-block
;
57 .task-log-collapse-check:checked ~ ul {
62 background-image: url
(chrome://syncfs-internals
/file
.png
);
63 background-position: 0 2px;
64 background-repeat: no-repeat
;
69 background-image: url
(chrome://syncfs-internals
/folder_closed
.png
);
70 background-position: 0 2px;
71 background-repeat: no-repeat
;