1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-19 08:27:40 +00:00

replay slider for some platforms; fixed williams audio

This commit is contained in:
Steven Hugg
2018-08-21 23:39:34 -04:00
parent 2b41164b66
commit b386d2e87a
11 changed files with 232 additions and 128 deletions
+12
View File
@@ -122,6 +122,9 @@ div.mem_info a.selected {
.btn_stopped {
color: #ff9933;
}
.btn_recording {
color: #ff3333;
}
.seg_code { color: #ff9966; }
.seg_data { color: #66ff66; }
.seg_stack { color: #ffff66; }
@@ -285,3 +288,12 @@ canvas.pixelated {
content: '\2713';
font-weight: 400;
}
div.replaydiv {
position:absolute;
padding:20px;
left:50%;
bottom:0;
width:50%;
background-color: #666;
margin-top: 20px auto 0;
}