Greasy Fork is available in English.

力扣题目计时

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

< Opinie na 力扣题目计时

Pytanie/komentarz

RollingeggAutor
§
Napisano: 05-09-2021

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!WWAutor
§
Napisano: 05-09-2021

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

RollingeggAutor
§
Napisano: 05-09-2021

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

Odpowiedz

Zaloguj się, by odpowiedzieć.