l10n for the debug tab

This commit is contained in:
wixette
2020-03-08 19:49:28 +08:00
parent e48f14b560
commit 260b06d25e
3 changed files with 40 additions and 3 deletions

View File

@@ -167,7 +167,6 @@ footer {
}
#debug-data-input {
line-height: 1.5em;
width: 100%;
}
@@ -186,3 +185,14 @@ footer {
font-size: 12px;
overflow-x: hidden;
}
.button {
background-color: #eee;
border: 1px solid #bbb;
cursor: pointer;
text-align: center;
user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
}