From 2d90c66dfa929fab46f607e20633c5a39986542e Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Sat, 26 Oct 2013 04:58:23 -0400 Subject: [PATCH] Subtle bufferline hover background color This helps reading long lines by providing a visual linear horizontal guide. --- css/glowingbear.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/glowingbear.css b/css/glowingbear.css index cc62f72..cb46578 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -49,6 +49,9 @@ table { tr { line-height: 100%; } +tr:hover { + background-color: #222222; +} td.time { padding-right: 5px; vertical-align: top;