comparison editor.css @ 105:35006a6e1c47

Fixed more editor coderot and improved syntax/selection coloring a bit.
author Mike Pavone <pavone@retrodev.com>
date Thu, 11 Apr 2013 09:16:35 -0700
parents 93bbc4c8be95
children d715fb3c39ab
comparison
equal deleted inserted replaced
104:648659961e0e 105:35006a6e1c47
42 background-color: yellow; 42 background-color: yellow;
43 } 43 }
44 44
45 #src .selected 45 #src .selected
46 { 46 {
47 background-color: yellow; 47 background-color: #FFFFB0;
48 } 48 }
49 49
50 #editor 50 #editor
51 { 51 {
52 display: none; 52 display: none;
198 .string 198 .string
199 { 199 {
200 color: #FF1030; 200 color: #FF1030;
201 } 201 }
202 202
203 .funpart
204 {
205 color: #108030;
206 }
207
208 .args
209 {
210 color: #1030C0;
211 }
212
203 .op > div 213 .op > div
204 { 214 {
205 display: inline-block; 215 display: inline-block;
206 } 216 }