From 75e6bdcd4e92254f53da5fb3f6660b280a7a2abf Mon Sep 17 00:00:00 2001 From: Remy Sharp Date: Mon, 30 Jul 2012 22:47:54 +0100 Subject: [PATCH] Make the blue focus bar sticky (it was vanishing as you scrolled) --- public/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 3529b774..f116b4fa 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -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; }