# HG changeset patch # User Mads Kiilerich # Date 1524438127 -7200 # Node ID ca4b2c3c2ffbf9d2b518001f9866211e9de8541f # Parent a5a9ded8c673371e4aae7ed4a7fdb7d80089fd29 style: use @panel-default-border for vertical line number / diff separator lines These lines appear right inside panels and have the same role as border lines. They will thus generally be styled with the same color and should use the same variable. diff -r a5a9ded8c673 -r ca4b2c3c2ffb kallithea/public/less/kallithea-diff.less --- a/kallithea/public/less/kallithea-diff.less Mon Apr 23 00:50:22 2018 +0200 +++ b/kallithea/public/less/kallithea-diff.less Mon Apr 23 01:02:07 2018 +0200 @@ -110,7 +110,7 @@ padding-left: 2px; padding-right: 2px !important; width: 30px; - border-right: 1px solid #CCC !important; + border-right: 1px solid @panel-default-border !important; vertical-align: middle !important; text-align: center; }