1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-08 13:56:07 +00:00

Bring back the bitmap editor widget

This commit is contained in:
Jeremy Ruston
2013-10-26 13:13:55 +01:00
parent b474d8c13d
commit 3ad3cfd526
2 changed files with 317 additions and 1 deletions

View File

@@ -527,11 +527,14 @@ a.tw-tiddlylink-external {
}
canvas.tw-edit-bitmapeditor {
border: 3px dashed #F0F0F0;
border: 6px solid #fff;
cursor: crosshair;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
<<box-shadow "2px 2px 5px rgba(0, 0, 0, 0.5)">>
margin-top: 6px;
margin-bottom: 6px;
}
.tw-edit-bitmapeditor-width {