Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 #content-settings-nav-tabs .inactive-tab { | |
| 2 background-color: #FFFFFF; | |
| 3 } | |
| 4 | |
| 5 #content-settings-nav-tabs .active-tab { | |
| 6 background-color: #DFDFDF; | |
| 7 font-weight: bold; | |
| 8 } | |
| 9 | |
| 10 .content-settings-tab-contents { | |
| 11 display: none; | |
| 12 } | |
| 13 | |
| 14 .active-tab-contents { | |
| 15 display: block; | |
| 16 } | |
| OLD | NEW |