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.
8 background-color: #f3f3f3;
13 .tabbed-pane-header-tab
,
14 .tabbed-pane-header-tab.selected {
19 border-left: 2px solid transparent
;
20 border-right: 2px solid transparent
;
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 {
37 .tabbed-pane-header-tab.selected {
39 border-width: 0 2px 0 2px;