mirror of
https://github.com/lovasoa/whitebophir
synced 2024-11-12 23:37:14 +00:00
205e796f42
The text can now be overriden by the pencil, and can't be edited anymore.
11 lines
147 B
CSS
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;
|
|
}
|