CSS样式  |  35行  |  707 B

/* 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. */

.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;
}

.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);
}

.track-close-button {
  left: 2px;
  position: absolute;
  top: 2px;
}

.track-collapse-button {
  left: 17px;
  position: absolute;
  top: 2px;
}