X-Git-Url: https://jasonwoof.com/gitweb/?p=peach-html5-editor.git;a=blobdiff_plain;f=editor.coffee;h=b73b3d96d8e435d607243e8c65542371aa51a26a;hp=a8b6a27884f713ad810bb4cc2b516d9042c8a2a8;hb=75c161912d1bb3e184f5f6e3ae2171e6e2ebe3cb;hpb=1cb701175ce0a92b96075574aed3005d52d5d047 diff --git a/editor.coffee b/editor.coffee index a8b6a27..b73b3d9 100644 --- a/editor.coffee +++ b/editor.coffee @@ -234,7 +234,8 @@ outer_css = (args) -> ret += '.ann_box {' ret += 'z-index: 5;' ret += 'position: absolute;' - ret += 'border: 1px solid rgba(0,0,0,.1);' + ret += 'border: 1px solid rgba(0,0,0,0.1);' + ret += 'outline: 1px solid rgba(255,255,255,0.1);' # in case there's a black background ret += '}' ret += '.ann_tag {' ret += 'z-index: 10;'