LSaccessRightsMatrixView : improve readability

This commit is contained in:
Benjamin Renard 2019-10-24 11:45:52 +02:00
parent 6a0d2f1767
commit 4df855e0ab

View file

@ -20,6 +20,14 @@
text-align: left; 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 { span.LSaccessRightsMatrixView_readable, span.LSaccessRightsMatrixView_writable {
color: #fff; color: #fff;
border: 1px solid; border: 1px solid;