# HG changeset patch # User Mads Kiilerich # Date 1473115878 -7200 # Node ID e8bd3f074b4edef3b3640683d2a5a855f40acd48 # Parent d6942b2b421c0a92571d31bd3944619a7d64e289 diff: make current line number more visible - emphasize it by making it dark when hovering the line instead of grey-on-bright diff -r d6942b2b421c -r e8bd3f074b4e kallithea/public/css/style.css --- 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;