diff --git a/css/common.css b/css/common.css index 0e77307..a35b643 100644 --- a/css/common.css +++ b/css/common.css @@ -688,6 +688,7 @@ body { border-radius: 50%; background-color: #f2f2f2; margin-left: 15px; + cursor: pointer; } .my-project .my-box .manage-box .list .item .top .state-box .state-list-box .delete .delete-icon { width: 13px; diff --git a/css/common.less b/css/common.less index 36f8a63..480707d 100644 --- a/css/common.less +++ b/css/common.less @@ -776,6 +776,7 @@ body { border-radius: 50%; background-color: rgb(242, 242, 242); margin-left: 15px; + cursor: pointer; .delete-icon { width: 13px; height: 14px;