|
@@ -1548,7 +1548,7 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.bought-tooltip-content {
|
|
.bought-tooltip-content {
|
|
|
- background-color: rgba(0, 0, 0, 0.75);
|
|
|
|
|
|
|
+ background-color: #333333;
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
padding: 12upx 20upx;
|
|
padding: 12upx 20upx;
|
|
|
border-radius: 12upx;
|
|
border-radius: 12upx;
|
|
@@ -1571,7 +1571,7 @@
|
|
|
height: 0;
|
|
height: 0;
|
|
|
border-left: 12upx solid transparent;
|
|
border-left: 12upx solid transparent;
|
|
|
border-right: 12upx solid transparent;
|
|
border-right: 12upx solid transparent;
|
|
|
- border-bottom: 12upx solid rgba(0, 0, 0, 0.75);
|
|
|
|
|
|
|
+ border-bottom: 12upx solid #333333;
|
|
|
margin-bottom: -1upx;
|
|
margin-bottom: -1upx;
|
|
|
order: -1;
|
|
order: -1;
|
|
|
}
|
|
}
|