comparison editor.css @ 110:d715fb3c39ab

Implemented clicking on symbols inside inscope box to replace function name in funcall.
author Mike Pavone <pavone@retrodev.com>
date Sat, 13 Apr 2013 23:37:54 -0700
parents 35006a6e1c47
children b2a3f202d485
comparison
equal deleted inserted replaced
109:a647cdad620b 110:d715fb3c39ab
40 #src span:focus 40 #src span:focus
41 { 41 {
42 background-color: yellow; 42 background-color: yellow;
43 } 43 }
44 44
45 #src .selected 45 .selected
46 { 46 {
47 background-color: #FFFFB0; 47 background-color: #FFFFB0;
48 }
49
50 #src .selectParent
51 {
52 background-color: #F5F5F5;
48 } 53 }
49 54
50 #editor 55 #editor
51 { 56 {
52 display: none; 57 display: none;