Updated drag and drop thumbnails.
[chromium-blink-merge.git] / chrome / browser / resources / net_internals / tab_switcher_view.css
blob230a427977c5137d061796c082b4668184a170b3
1 /* Copyright (c) 2012 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 */
6 .tab-switcher-view {
7 border-right: 1px solid #aaa;
8 display: inline-block;
11 .tab-switcher-view {
12 background: #eee;
13 overflow-x: hidden;
14 overflow-y: auto;
17 .tab-switcher-view a {
18 display: block;
19 margin-top: 0.15em;
20 padding: 0.25em 0.5em 0.25em 0.5em;
21 text-decoration: none;
24 .tab-switcher-view a:hover,
25 .tab-switcher-view .selected {
26 background: white;
29 .tab-switcher-view a:visited,
30 .tab-switcher-view a {
31 color: black;
34 .tab-switcher-view a.selected {
35 color: rgb(221, 75, 57);