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

Unified Diff: chrome/browser/resources/net_internals/timeline_view.css

Issue 21944004: Enable the accessibility audit for chrome://net-internals (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/net_internals/timeline_view.css
diff --git a/chrome/browser/resources/net_internals/timeline_view.css b/chrome/browser/resources/net_internals/timeline_view.css
index 336317d285475434be95a0daaf98123c8a487ed8..565117a5db78a8b64b127d3690616dfc995e13dd 100644
--- a/chrome/browser/resources/net_internals/timeline_view.css
+++ b/chrome/browser/resources/net_internals/timeline_view.css
@@ -9,7 +9,12 @@
}
#timeline-view-selection-toggle {
- cursor: pointer;
+ background-color: #fff;
+ background-image: url(chrome://resources/images/select.png);
+ border: none;
+ height: 8px;
+ padding: none;
+ width: 19px;
}
.timeline-view-rotateleft {
« no previous file with comments | « chrome/browser/resources/net_internals/test_view.js ('k') | chrome/browser/resources/net_internals/timeline_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698