Switch to easytimer lib (so we can pause!)
This commit is contained in:
+12
-1
@@ -821,6 +821,10 @@ select option:disabled {
|
||||
opacity: 25%;
|
||||
}
|
||||
|
||||
#timer:hover:before {
|
||||
content: "⏸"
|
||||
}
|
||||
|
||||
.sk-cube-grid {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
@@ -909,4 +913,11 @@ display: block
|
||||
.answer-sub {
|
||||
opacity: 50%;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
#resume-exam-button {
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
Reference in New Issue
Block a user