Skip to content

Commit

Permalink
Fixed Fallback support for unparsable network files
Browse files Browse the repository at this point in the history
Added theme option for network tab -> timing panel -> footer link
  • Loading branch information
adambullmer committed Feb 6, 2015
1 parent 57a55ae commit bd19b37
Showing 1 changed file with 28 additions and 9 deletions.
37 changes: 28 additions & 9 deletions less/_panel-network.less
Original file line number Diff line number Diff line change
Expand Up @@ -75,21 +75,40 @@
}
}

/* Fallback Support */
.resource-source-frame-fallback {
background-color: @- !important; .contrast(@global-background, 5%) !important;
color: @global-text !important;
}


/* Network Timing Pane */
.resource-timing-view table {
background-color: @- !important; .contrast(@global-background, 5%) !important;
padding: 20px !important;
border-radius: 4px;
margin: 20px !important;
}
.resource-timing-view {

table {
background-color: @- !important; .contrast(@global-background, 5%) !important;
padding: 20px !important;
border-radius: 4px;
margin: 20px !important;

td {
.network-timing-bar-title {
color: @global-text !important;
text-shadow: 0 1px 1px @- !important; .contrast(@global-background, 5%);
}
}
}

.resource-timing-view table td .network-timing-bar-title {
color: @global-text !important;
text-shadow: 0 1px 1px @- !important; .contrast(@global-background, 5%);
.network-timing-table {
.footnote, .network-timing-footer {
a {
color: @global-accent;
}
}
}
}


#network-views .request-headers-view .parent {
& { background-color: @- !important; .contrast(@global-background, 2.5%) };
color: @global-text !important;
Expand Down

0 comments on commit bd19b37

Please sign in to comment.