Bug 834751, De-emphasize lines from browser JS in the Profiler, r=robcee

This commit is contained in:
Anton Kovalyov 2013-02-08 10:13:30 -08:00
Родитель abb237c60e
Коммит 4b69f19d36
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -15,4 +15,9 @@
#profilerMessage {
color: #999;
display: none;
}
/* De-emphasize chrome functions */
.resourceIcon[data-resource^=otherhost_] + .functionName {
color: #999;
}