From 4df855e0ab2f8527607f8af1b6eec6d4d860556a Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Thu, 24 Oct 2019 11:45:52 +0200 Subject: [PATCH] LSaccessRightsMatrixView : improve readability --- public_html/css/default/LSaccessRightsMatrixView.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public_html/css/default/LSaccessRightsMatrixView.css b/public_html/css/default/LSaccessRightsMatrixView.css index 9b67f075..81645347 100644 --- a/public_html/css/default/LSaccessRightsMatrixView.css +++ b/public_html/css/default/LSaccessRightsMatrixView.css @@ -20,6 +20,14 @@ text-align: left; } +#LSaccessRightsMatrixView table tbody td, #LSaccessRightsMatrixView table thead th { + border-left: 1px dotted #ddd; +} + +#LSaccessRightsMatrixView table thead th:first-of-type { + margin: none; +} + span.LSaccessRightsMatrixView_readable, span.LSaccessRightsMatrixView_writable { color: #fff; border: 1px solid;