| OLD | NEW |
| 1 /* |
| 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 |
| 4 found in the LICENSE file. |
| 5 */ |
| 6 |
| 1 #content-settings-nav-tabs .inactive-tab { | 7 #content-settings-nav-tabs .inactive-tab { |
| 2 background-color: #FFFFFF; | 8 background-color: #FFFFFF; |
| 3 } | 9 } |
| 4 | 10 |
| 5 #content-settings-nav-tabs .active-tab { | 11 #content-settings-nav-tabs .active-tab { |
| 6 background-color: #DFDFDF; | 12 background-color: #DFDFDF; |
| 7 font-weight: bold; | 13 font-weight: bold; |
| 8 } | 14 } |
| 9 | 15 |
| 10 .content-settings-tab-contents { | 16 .content-settings-tab-contents { |
| 11 display: none; | 17 display: none; |
| 12 } | 18 } |
| 13 | 19 |
| 14 .active-tab-contents { | 20 .active-tab-contents { |
| 15 display: block; | 21 display: block; |
| 16 } | 22 } |
| OLD | NEW |