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

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

Issue 2804039: First cut at the tabbed content settings page. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: no change Created 10 years, 5 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
OLDNEW
(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 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/content_settings.js ('k') | chrome/browser/resources/options/content_settings_ui.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698