Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Side by Side Diff: chrome/browser/resources/options/content_settings_page.css

Issue 3068005: Flesh out the content settings exceptions lists a bit more. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: reduce instance vars Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/resources/options/content_settings_exceptions_list.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/content_settings_exceptions_list.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698