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

Side by Side Diff: chrome/browser/resources/net_internals/tab_switcher_view.css

Issue 7531005: Rename the net_internals file names to include hyphens. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Add some missing files Created 9 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 | Annotate | Revision Log
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/spdyview.js ('k') | chrome/browser/resources/net_internals/tab_switcher_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698