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:
@@ -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)">>
|
||||
}
|
||||
|
Reference in New Issue
Block a user