changeset 6154:e8bd3f074b4e

diff: make current line number more visible - emphasize it by making it dark when hovering the line instead of grey-on-bright
author Mads Kiilerich <madski@unity3d.com>
date Tue, 06 Sep 2016 00:51:18 +0200
parents d6942b2b421c
children 9b80c2a64781
files kallithea/public/css/style.css
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Tue Sep 06 00:51:18 2016 +0200
+++ b/kallithea/public/css/style.css	Tue Sep 06 00:51:18 2016 +0200
@@ -4458,6 +4458,10 @@
     width: 100%;
 }
 
+table.code-difftable .line:hover .lineno a {
+    color: #333 !important;
+}
+
 table.code-difftable .lineno-inline {
     background: none repeat scroll 0 0 #FFF !important;
     padding-left: 2px;