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

Side by Side Diff: chrome/browser/resources/media_internals/media_internals.css

Issue 7273089: Display active audio streams on chrome://media-internals. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Removing silliness. Created 9 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
5
6 .audio-stream[status='created'] {
7 color: blue;
8 }
9
10 .audio-stream[status='closed'] {
11 text-decoration: line-through;
12 }
13
14 .audio-stream[status='error'] {
15 color: red;
16 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/media_internals/item_store.js ('k') | chrome/browser/resources/media_internals/media_internals.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698