diff --git a/css/common.css b/css/common.css index 4332ba4..f359d08 100644 --- a/css/common.css +++ b/css/common.css @@ -422,6 +422,7 @@ body { height: 26px; background-color: #6fc16d; border-radius: 32px; + cursor: pointer; } .my-project .my-box .contrast-box .right .list .item .btn .icon { width: 14px; diff --git a/css/common.less b/css/common.less index 017a6d8..98d7eda 100644 --- a/css/common.less +++ b/css/common.less @@ -478,6 +478,7 @@ body { height: 26px; background-color: rgba(111, 193, 109, 1); border-radius: 32px; + cursor: pointer; .icon { width: 14px; height: 6px;