LSaccessRightsMatrixView: fix th.rotate-45 borders

This commit is contained in:
Benjamin Renard 2020-08-12 17:25:04 +02:00
parent 848d85589b
commit 8d48716e7b

View file

@ -65,9 +65,12 @@
-o-transform:skew(-45deg,0deg);
transform:skew(-45deg,0deg);
overflow: hidden;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-top: 1px solid #dddddd;
border-left: 1px dotted #dddddd;
border-top: 1px dotted #dddddd;
}
.table-header-rotated th.rotate-45:last-of-type > div{
border-right: 1px dotted #dddddd;
}
.table-header-rotated th.rotate-45 span {