Make the blue focus bar sticky (it was vanishing as you scrolled)

This commit is contained in:
Remy Sharp 2012-07-30 22:47:54 +01:00
parent 141e9c91e9
commit 75e6bdcd4e

View File

@ -1627,7 +1627,7 @@ html * {
/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEElEQVQIW2PcfOvPf0YQAQAiYwcToXYG5AAAAABJRU5ErkJggg==);*/
}
.label:before {
.panel:before {
position: absolute;
display: block;
background: #ccc;
@ -1638,7 +1638,7 @@ html * {
content: '';
}
.focus .label:before {
.focus.panel:before {
background: #A3D4FF;
}