1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 15:16:38 +00:00

toolbar class for waveform view

This commit is contained in:
Steven Hugg
2019-04-03 10:00:37 -04:00
parent 475b3f4fb7
commit 5cbab5c311
4 changed files with 77 additions and 18 deletions
+4
View File
@@ -121,6 +121,7 @@ div.mem_info a.selected {
padding-right:4px;
padding-top:2px;
padding-bottom:2px;
margin:1px;
}
.btn_label {
color: #ccc;
@@ -138,6 +139,9 @@ div.mem_info a.selected {
.btn_recording {
color: #ff3333;
}
.btn_toolbar {
margin:4px;
}
span.hilite {
color: #ff66ff;
}