力扣题目计时

力扣题目界面显示当前用时, 可也进行倒计时

< Feedback on 力扣题目计时

Question/comment

RollingeggAuthor
§
Posted: 2021-09-05

Unify the style of the button

here is the code

#reset-timer, #set-timer, #pause-timer, #stop-timer{
border:none;
outline:none;
user-select: none;
box-shadow: inset 0px 0px 0px 1px rgba(var(--grey-4-rgb), 1);
background-color: transparent;
color: rgba(var(--grey-8-rgb), 1);
border-radius: 3px;
height: 26px;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
white-space: nowrap;
}
#reset-timer:hover, #set-timer:hover, #pause-timer:hover, #stop-timer:hover{
cursor:pointer;
box-shadow: inset 0px 0px 0px 1px rgba(var(--primary-5-rgb), 1);
background-color: rgba(var(--primary-0-rgb), 1);
color: rgba(var(--grey-8-rgb), 1);
}
5z4!WWAuthor
§
Posted: 2021-09-05

我在外面不太方便更新, 给你添加了权限, 麻烦帮我改一下吧😀

RollingeggAuthor
§
Posted: 2021-09-05

好的👌我已更新至1.2版本🤣

Post reply

Sign in to post a reply.