diff 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
line wrap: on
line diff
--- a/editor.css	Sat Apr 13 17:33:14 2013 -0700
+++ b/editor.css	Sat Apr 13 23:37:54 2013 -0700
@@ -42,11 +42,16 @@
 	background-color: yellow;
 }
 
-#src .selected
+.selected
 {
 	background-color: #FFFFB0;
 }
 
+#src .selectParent
+{
+	background-color: #F5F5F5;
+}
+
 #editor
 {
 	display: none;