Skip to content

Commit

Permalink
Minor CSS fixes (issue 5843)
Browse files Browse the repository at this point in the history
  • Loading branch information
janodvarko committed Oct 16, 2012
1 parent 9077da8 commit 2791825
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion extension/skin/classic/performanceTiming.css
Expand Up @@ -46,7 +46,7 @@

.perfTimingBar.pageLoad,
.timeInfoTipBar.pageLoad {
background-color: #EBE1D2;
background-color: rgb(217, 179, 147);
}

.perfTimingBar.redirect,
Expand Down Expand Up @@ -108,6 +108,10 @@
top: 1px;
}

.perfTimingTable TR:last-child .perfTimingEvent {
bottom: 1px;
}

.perfTimingEvent.domInteractive,
.timeInfoTipEventBar.domInteractive {
background-color: rgb(126, 146, 126);
Expand All @@ -133,6 +137,8 @@

.logRow-perfTimingDetails .logGroupBody {
border-bottom: 1px solid #D7D7D7;
overflow-y: auto;
height: 200px;
}

.logRow-perfTimingDetails .logGroupLabel {
Expand Down

0 comments on commit 2791825

Please sign in to comment.