Skip to content

Commit

Permalink
organize network panel styles. added scripts styling section.
Browse files Browse the repository at this point in the history
  • Loading branch information
james2doyle committed Jan 14, 2013
1 parent 6de7d96 commit 94af748
Showing 1 changed file with 29 additions and 16 deletions.
45 changes: 29 additions & 16 deletions Custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ button.status-bar-item.toggled-on .glyph {
#-webkit-web-inspector .selector-matches {
color: #a6e70a !important;
}

/* Resources Tab */
#-webkit-web-inspector .sidebar-tree,
#-webkit-web-inspector .resources.panel .base-storage-tree-element-title,
#-webkit-web-inspector .resources.panel .base-storage-tree-element-subtitle,
Expand Down Expand Up @@ -270,6 +270,34 @@ button.status-bar-item.toggled-on .glyph {
background-color: #444 !important;
}

/* Resources info */
#-webkit-web-inspector .resource-view.image .title {
color: #ccc !important;
}

#-webkit-web-inspector .resource-view.image .infoList dt {
color: #666 !important;
margin-bottom: 5px !important;
}

#-webkit-web-inspector .resource-view.image .infoList dd {
color: #888 !important;
margin-bottom: 5px !important;
}

/* Scripts */

#-webkit-web-inspector .scripts.panel .sidebar-overlay {
background-color: #242424;
}

#-webkit-web-inspector .scripts.panel .outline-disclosure li.selected .selection,
#-webkit-web-inspector .outline-disclosure ol:focus li.selected {
background-color: #444 !important;
}



/* DOM Breakpoints */
#-webkit-web-inspector .pane > .body .info {
color: #999 !important;
Expand All @@ -287,21 +315,6 @@ button.status-bar-item.toggled-on .glyph {
content: url(chrome-devtools://devtools/Images/disclosureTriangleSmallRightWhite.png) !important;
}

/* Resources info */
#-webkit-web-inspector .resource-view.image .title {
color: #ccc !important;
}

#-webkit-web-inspector .resource-view.image .infoList dt {
color: #666 !important;
margin-bottom: 5px !important;
}

#-webkit-web-inspector .resource-view.image .infoList dd {
color: #888 !important;
margin-bottom: 5px !important;
}

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

0 comments on commit 94af748

Please sign in to comment.