whitebophir/client-data/tools/text/text.css
Ophir LOJKINE 205e796f42 Text tool: Use SVG <text> instead of HTML <span>.
The text can now be overriden by the pencil, and can't be edited anymore.
2013-11-10 02:56:27 +01:00

11 lines
147 B
CSS

.t_textField {
position:absolute;
white-space: pre;
font-family:Arial;
}
#hiddenInput {
position:fixed;
top:0; left:0;
width:0; height:0;
}