video record

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2022-09-15 17:31:28 +08:00
parent f5b7c34c81
commit 9489877c78
48 changed files with 1186 additions and 398 deletions

View File

@@ -70,6 +70,15 @@ button.button:hover, button.outline:hover {
border-color: color(hover-border);
}
button.link {
background: none !important;
border: none;
padding: 0 !important;
color: color(button);
text-decoration: underline;
cursor: pointer;
}
input[type=text], input[type=password], input[type=number] {
width: *;
font-size: 1.5em;