Fix #rrggbbaa color to rgba for better browser compatibility (#4990)

This commit is contained in:
SagePtr 2018-09-29 11:57:32 +02:00 committed by Lauris BH
parent 81702e6ec9
commit fc0001caa1
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -928,9 +928,9 @@
}
&.isSigned.isVerified{
border: 1px solid #21BA45;
background: #21BA4518;
background: fade(#21BA45, 10%);
.detail.icon{
border-left: 1px solid #21BA4580;
border-left: 1px solid fade(#21BA45, 50%);
}
}
}