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

verilog: change input value by clicking

This commit is contained in:
Steven Hugg
2021-04-29 15:25:29 -05:00
parent c654c758ea
commit add8ce7b8c
12 changed files with 5613 additions and 34 deletions
+8
View File
@@ -278,7 +278,9 @@ div.emuoverlay {
}
div.emuscope {
background-color:#333;
color:#ccc;
z-index:1;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
div.emuspacer {
width:100%;
@@ -757,3 +759,9 @@ div.asset_toolbar {
.tree-level-8 { background-color: #837163;}
.tree-level-9 { background-color: #7b8363;}
.tree-level-10 { background-color: #738363;}
.waverow {
}
.waverow.editable:hover {
background-color: #336633;
}