Skip to content

Commit

Permalink
updated network tab
Browse files Browse the repository at this point in the history
  • Loading branch information
james2doyle committed Jan 12, 2013
1 parent 6fa6fdd commit 9d59395
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion Custom.css
Expand Up @@ -269,8 +269,29 @@ button.status-bar-item.toggled-on .glyph {
}

/* Network */
#-webkit-web-inspector #network-views .network-item-view {
background: #242424 !important;
}

#-webkit-web-inspector .network-log-grid.data-grid table {
color: #333 !important;
}

#-webkit-web-inspector .outline-disclosure > ol,
#-webkit-web-inspector .resource-headers-view .outline-disclosure .parent {
color: #CCC !important;
}

#-webkit-web-inspector .resource-headers-view .outline-disclosure .header-name {
color: #777 !important;
}

#-webkit-web-inspector .network-log-grid.data-grid tr.filler {
background-color: #242424 !important;
}

#-webkit-web-inspector .data-grid td > div {
color: #ccc !important;
color: #CCC !important;
}

#-webkit-web-inspector .network-cell-subtitle {
Expand Down

0 comments on commit 9d59395

Please sign in to comment.