Chromium Code Reviews| Index: chrome/browser/resources/profiler.html |
| =================================================================== |
| --- chrome/browser/resources/profiler.html (revision 110259) |
| +++ chrome/browser/resources/profiler.html (working copy) |
| @@ -51,6 +51,14 @@ |
| background: #FFCC99; |
| } |
| +/* |
| + * This is the row at the end of tables which explains how many rows were shown, |
| + * and how many were hidden. |
| + */ |
| +.results-table .truncation-row { |
| + background: #eee; |
| +} |
| + |
| /*---------------------------------------------------------------------------*/ |
| /* |