# HG changeset patch # User Mads Kiilerich # Date 2018-04-23 01:02:07 # 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 --git a/kallithea/public/less/kallithea-diff.less b/kallithea/public/less/kallithea-diff.less --- a/kallithea/public/less/kallithea-diff.less +++ b/kallithea/public/less/kallithea-diff.less @@ -110,7 +110,7 @@ BIN_FILENODE = 6 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; }