Adding more specific debug bar reset CSS.

This prevents frameworks like Foundation from getting past the reset.

Fixes #5250
This commit is contained in:
Grayson Koonce 2012-08-13 12:02:28 -07:00
parent 7bc6d6d182
commit b7caf374bf
1 changed files with 9 additions and 0 deletions

View File

@ -17,6 +17,10 @@
bottom: 0;
border-top: 1px solid #bbb;
}
.sf-toolbarreset span,
.sf-toolbarreset div {
font-size: 11px;
}
.sf-toolbarreset img {
width: auto;
display: inline;
@ -105,6 +109,11 @@
min-height: 13px;
}
.sf-toolbar-block .sf-toolbar-status abbr {
color: #fff;
border-bottom: 1px dotted black;
}
.sf-toolbar-block .sf-toolbar-status-green {
background-color: #759e1a;
}