Merge pull request #25 from lepipele/dev-lepi

Indicator now faintly visible without hover
This commit is contained in:
Nicolas Dorier
2018-01-05 00:34:26 +09:00
committed by GitHub

View File

@@ -8472,7 +8472,7 @@ strong {
}
.buyerTotalLine .fa-angle-double-down {
display: none;
opacity: 0.2;
position: absolute;
bottom: 0px;
left: 49%;
@@ -8483,7 +8483,7 @@ strong {
}
.buyerTotalLine:hover .fa-angle-double-down {
display: block;
opacity: 1;
}
.buyerTotalLine .fa-angle-double-up {
@@ -8493,8 +8493,14 @@ strong {
left: 49%;
}
.buyerTotalLine.expanded .fa-angle-double-up {
display: block;
opacity: 0.2;
}
.buyerTotalLine.expanded:hover .fa-angle-double-up {
display: block;
opacity: 1;
}
.single-item-order__right__btc-price__chevron {