comparison editor.css @ 116:9cf3e0b18ecc

Add support for selecting operator expressions in the editor
author Mike Pavone <pavone@retrodev.com>
date Mon, 15 Apr 2013 21:14:55 -0700
parents c0bfff39abe3
children 0a66fe3a368a
comparison
equal deleted inserted replaced
115:a83989115028 116:9cf3e0b18ecc
40 #src span:focus 40 #src span:focus
41 { 41 {
42 background-color: yellow; 42 background-color: yellow;
43 } 43 }
44 44
45 .selected 45 #src .selected
46 { 46 {
47 background-color: #FFFFB0; 47 background-color: #FFFFB0;
48 } 48 }
49 49
50 #src .selectParent 50 #src .selectParent
51 { 51 {
52 background-color: #F5F5F5; 52 background-color: #E0E0E0;
53 } 53 }
54 54
55 #editor 55 #editor
56 { 56 {
57 display: none; 57 display: none;