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

pause/resume button colors

This commit is contained in:
Steven Hugg
2017-11-16 12:08:06 -05:00
parent 4f73cde7cc
commit 5d14ade371
2 changed files with 30 additions and 15 deletions
+4 -2
View File
@@ -101,8 +101,10 @@ div.mem_info {
.btn_group.view_group {
}
.btn_active {
border-radius:3px;
color: #ffffff;
color: #33cc33;
}
.btn_stopped {
color: #ff9933;
}
.seg_code { color: #ff9966; }
.seg_data { color: #66ff66; }