add HTML elements for the soft switch controls.

This commit is contained in:
wixette
2020-03-08 20:05:16 +08:00
parent 260b06d25e
commit 6dc0867bd4
2 changed files with 41 additions and 1 deletions

View File

@@ -18,11 +18,13 @@ body, div, img, pre {
.h-box {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.v-box {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
}
.justify-start {
@@ -175,21 +177,28 @@ footer {
}
#cpu-dump {
background-color: #fff;
color: #222;
font-size: 12px;
min-height: 20px;
overflow-x: hidden;
}
#mem-dump {
background-color: #fff;
color: #222;
font-size: 12px;
min-height: 20px;
overflow-x: hidden;
}
.button {
background-color: #eee;
background-color: #fff;
border: 1px solid #bbb;
cursor: pointer;
font-size: 12px;
line-height: 1.5em;
padding: 0 5px 0 5px;
text-align: center;
user-select: none;
-moz-user-select: none;