3.8.5 fixes

This commit is contained in:
root
2018-12-02 22:19:24 +00:00
parent 01f4628e43
commit a2c75a6547
8 changed files with 67 additions and 137 deletions

View File

@@ -1801,13 +1801,17 @@ dl.bb-dl > dd > li {
}
.cover-photo-review {
margin-bottom: 10px;
margin-bottom: 10px;
}
.hover-fx-hide {
opacity: 0;
opacity: 0;
}
.hover-fx-show:hover .hover-fx-hide {
opacity: 1;
opacity: 1;
}
.fa-minus-circle {
visibility: hidden;
}