Fix semi transparent background css for ms edge (CC-13)

pull/33/head
HardiReady 2018-04-11 20:00:14 +02:00
parent 878d61de2e
commit 3256cfd57d
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
}
tbody {
background: #ffffffe0;
background: rgba(255, 255, 255, 0.88);
}
.cell-outline {

View File

@ -27,7 +27,7 @@
.middle-row {
min-height: 120px;
border: rgb(34, 34, 34);
background-color: #ffffffe0;
background-color: rgba(255, 255, 255, 0.88);
border-left-style: solid;
border-right-style: solid;
}