diff --git a/_server/css/editor_mode.css b/_server/css/editor_mode.css index 1eccc702..698d4a4d 100644 --- a/_server/css/editor_mode.css +++ b/_server/css/editor_mode.css @@ -20,8 +20,10 @@ } #appendPicSelection span { + position: absolute; font-size:11px; - -webkit-text-stroke: 1px black; + -webkit-text-stroke: 1px red; + text-shadow: black 1px 0, black 0 1px, black -1px 0, black 0 -1px; } #left6 { diff --git a/editor.html b/editor.html index 6380e8b1..ff4a1793 100644 --- a/editor.html +++ b/editor.html @@ -48,10 +48,10 @@