| 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 {
|
|
|