Commit 61627f88d21ab7ba58e932da78cb29652724a2bd
1 parent
1620582c60
Exists in
master
and in
1 other branch
close dialog
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/assets/css/custom.css
... | ... | @@ -1197,7 +1197,7 @@ color: #514DA7;opacity:1; |
1197 | 1197 | .sort-by{ font-size: 14px; line-height: 18px; color: #000; opacity: 0.5; } |
1198 | 1198 | .bounce-board-body{ width: 100%; display: block; float: left; height: 100%;} |
1199 | 1199 | .bounce-board-body .bc-empty{ color: #000; font-size: 26px; line-height: 49px; font-weight: 700; opacity: 0.5; margin-top: 100%; text-align: center;} |
1200 | - .common_color{ background: #FFF6D7; border-radius: 100px;} | |
1200 | + .common_color{ background:transparent; border-radius: 100px;} | |
1201 | 1201 | .user-photo{width: 109px; |
1202 | 1202 | display: block; |
1203 | 1203 | float: left;} | ... | ... |