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

Unified Diff: content/browser/resources/media/webrtc_internals.css

Issue 2621493002: webrtc-internals: highlight failures (Closed)
Patch Set: highlight addicecandidatefailed Created 3 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/resources/media/peer_connection_update_table.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/resources/media/webrtc_internals.css
diff --git a/content/browser/resources/media/webrtc_internals.css b/content/browser/resources/media/webrtc_internals.css
index cf6f31ad91b18430bd3b91330674c3cf89c9d7ee..b8111e1962b69b651b21b43b4265035cf6c3dd7c 100644
--- a/content/browser/resources/media/webrtc_internals.css
+++ b/content/browser/resources/media/webrtc_internals.css
@@ -14,6 +14,10 @@
overflow: auto;
}
+.update-log-failure {
+ background-color: #be2026;
+}
+
.ssrc-info-block {
color: #999;
font-size: 0.8em;
« no previous file with comments | « content/browser/resources/media/peer_connection_update_table.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698