Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / devtools / front_end / components / inspectorViewTabbedPane.css
blobbf9d78e4ce94c019a6a7a016aeeb12e3c1782c89
1 /*
2 * Copyright 2015 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
7 .tabbed-pane-header {
8 background-color: #f3f3f3;
9 flex: 0 0 27px;
10 overflow: visible;
13 .tabbed-pane-header-tab,
14 .tabbed-pane-header-tab.selected {
15 height: 26px;
16 margin: 0;
17 background: none;
18 border: none;
19 border-left: 2px solid transparent;
20 border-right: 2px solid transparent;
21 padding: 0 6px;
24 .tabbed-pane-header-tab.dragging {
25 box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
26 background: rgb(229, 229, 229);
29 .tabbed-pane-header-tab:hover {
30 background: rgb(229, 229, 229);
33 .tabbed-pane-header-tab {
34 color: #5a5a5a;
37 .tabbed-pane-header-tab.selected {
38 color: #333;
39 border-width: 0 2px 0 2px;