From a90ee029d0463579c7675ced206a2c09a16eb518 Mon Sep 17 00:00:00 2001 From: connors Date: Fri, 2 Aug 2013 19:48:06 -0700 Subject: [PATCH] derp --- lib/css/bars.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/lib/css/bars.css b/lib/css/bars.css index af019c0..8a5c006 100644 --- a/lib/css/bars.css +++ b/lib/css/bars.css @@ -149,7 +149,9 @@ } /* Override standard button active states */ -.bar-title .button:active { +.bar-title .button:active, +.bar-title .button-prev:active, +.bar-title .button-next:active { color: #007aff; background-color: transparent; opacity: .3; @@ -158,11 +160,6 @@ /* Directional buttons in title bars -------------------------------------------------- */ -/* Add relative positioning so :before content is positioned properly */ -.bar-title .button-prev { - display: block; !important; -} - .bar-title .button-prev:before, .bar-title .button-prev:after, .bar-title .button-next:before,