diff editor.css @ 28:93bbc4c8be95

Allow selection of lambda
author Mike Pavone <pavone@retrodev.com>
date Thu, 05 Apr 2012 19:06:10 -0700
parents ae913b642040
children 35006a6e1c47
line wrap: on
line diff
--- a/editor.css	Thu Apr 05 07:59:29 2012 -0700
+++ b/editor.css	Thu Apr 05 19:06:10 2012 -0700
@@ -42,7 +42,7 @@
 	background-color: yellow;
 }
 
-#src span.selected
+#src .selected
 {
 	background-color: yellow;
 }
@@ -127,6 +127,11 @@
 	display: inline-block;
 }
 
+#src div
+{
+	background-color: inherit;
+}
+
 .object
 {
 	display: inline;
@@ -172,6 +177,7 @@
 	display: block;
 	content: '}';
 	margin-left: -2em;
+	background-color: inherit;
 }
 
 .funcall > .funcall, .assignment > .funcall