summaryrefslogtreecommitdiff
path: root/chromium/third_party/trace-viewer/src/ui/tool_button.css
blob: bb9abd342dd751eefb7ab0f4cca795ffb28ae3dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Copyright (c) 2013 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.
 */

.tool-button {
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #BCBCBC;
  border-top: 1px solid #F1F1F1;
  cursor: pointer;
  height: 30px;
}

.tool-button.active {
  cursor: auto;
}