Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / third_party / tvcm / src / tvcm / ui / tool_button.css
1 /* Copyright (c) 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.
4  */
5
6 .tool-button {
7   background-position: center center;
8   background-repeat: no-repeat;
9   border-bottom: 1px solid #BCBCBC;
10   border-top: 1px solid #F1F1F1;
11   cursor: pointer;
12   height: 30px;
13 }
14
15 .tool-button.active {
16   cursor: auto;
17 }