X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/c07709a9bea2d753c56a45079cf839da0281e724..edd85d12e3446e6d30ecb3b67519d53933a3b621:/modules/diffViewer/diffViewer.less?ds=inline diff --git a/modules/diffViewer/diffViewer.less b/modules/diffViewer/diffViewer.less index 9f97ea3..1ab9c32 100644 --- a/modules/diffViewer/diffViewer.less +++ b/modules/diffViewer/diffViewer.less @@ -27,9 +27,9 @@ } .diff_table { - border-width: 1px; + border-width: 1px 0 1px 1px; border-style: solid; - border-color: black; + border-color: #ddd; empty-cells: show; border-spacing: 0px; } @@ -50,7 +50,7 @@ .diff_table th { border-width: 0px 1px 1px 0px; border-style: solid; - border-color: black; + border-color: #ddd; background: #e5ffe5; }