1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-11 23:36:05 +00:00

Fix-ups to make the new edit widgets work

This commit is contained in:
Jeremy Ruston
2013-10-15 14:32:45 +01:00
parent 78bc89cbdb
commit ebcd5177ec
3 changed files with 12 additions and 11 deletions

View File

@@ -524,7 +524,7 @@ a.tw-tiddlylink-external {
color: #888888;
}
.tw-tiddler-frame .tw-edit-texteditor input, .tw-tiddler-frame .tw-edit-texteditor textarea {
.tw-tiddler-frame input.tw-edit-texteditor, .tw-tiddler-frame textarea.tw-edit-texteditor {
width: 100%;
padding: 3px 3px 3px 3px;
border: 1px solid #ccc;
@@ -533,7 +533,7 @@ a.tw-tiddlylink-external {
margin: 4px 0 4px 0;
}
.tw-tiddler-frame .tw-edit-texteditor input {
.tw-tiddler-frame input.tw-edit-texteditor {
background-color: #f8f8f8;
<<box-shadow "inset 0 1px 8px rgba(0, 0, 0, 0.15)">>
}