From 91e1d6c7a2b33dd8be74d9e22559f76fa8a1ebee Mon Sep 17 00:00:00 2001 From: Ansis Brammanis Date: Thu, 21 Mar 2013 10:51:23 -0400 Subject: [PATCH] show back icon when hovering over the header instead of just when hovering over the button. Hopefully this makes the button a bit more discoverable. --- css/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 0334658c5..e0697fab3 100644 --- a/css/app.css +++ b/css/app.css @@ -641,11 +641,11 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;} opacity: 0; } -.inspector-wrap .message button:hover .col12:first-child { +.inspector-wrap .message:hover button .col12:first-child { opacity: 0; } -.inspector-wrap .message button:hover .col12:last-child { +.inspector-wrap .message:hover button .col12:last-child { opacity: 1; }