| OLD | NEW |
| 1 /* | 1 /* |
| 2 Copyright (c) 2010 The Chromium Authors. All rights reserved. | 2 Copyright (c) 2010 The Chromium Authors. All rights reserved. |
| 3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
| 4 found in the LICENSE file. | 4 found in the LICENSE file. |
| 5 */ | 5 */ |
| 6 .tab-switcher-view { | 6 .tab-switcher-view { |
| 7 font-family: sans-serif; | 7 font-family: sans-serif; |
| 8 } | 8 } |
| 9 | 9 |
| 10 .tab-switcher-view { | 10 .tab-switcher-view { |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 color: blue; | 32 color: blue; |
| 33 } | 33 } |
| 34 | 34 |
| 35 .tab-switcher-view .selected { | 35 .tab-switcher-view .selected { |
| 36 background: white; | 36 background: white; |
| 37 } | 37 } |
| 38 | 38 |
| 39 .tab-switcher-view a.selected { | 39 .tab-switcher-view a.selected { |
| 40 color: black; | 40 color: black; |
| 41 } | 41 } |
| OLD | NEW |