blob: 84383a8955f27c0686e7511537f6ce084eae765a [file] [log] [blame]
/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
.timeline-track-button {
background-color: rgba(255, 255, 255, 0.5);
border: 1px solid rgba(0, 0, 0, 0.1);
color: rgba(0,0,0,0.2);
font-size: 10px;
height: 12px;
text-align: center;
width: 12px;
}
.timeline-track-button:hover {
background-color: rgba(255, 255, 255, 1.0);
border: 1px solid rgba(0, 0, 0, 0.5);
box-shadow: 0 0 .05em rgba(0, 0, 0, 0.4);
color: rgba(0, 0, 0, 1);
}
.timeline-track-close-button {
left: 2px;
position: absolute;
top: 2px;
}
.timeline-track-collapse-button {
left: 17px;
position: absolute;
top: 2px;
}