Differences From Artifact [baf9212ac0]:
- File src/style.wikiedit.css — part of check-in [31296ec204] at 2020-07-31 04:33:30 on branch ajax-wiki-editor — Moved Save button to the Preview tab, as that follows the common app-wide pattern of not enabling a save until a preview has first been triggered. (user: stephan size: 2734)
To Artifact [f5b524582a]:
- File src/style.wikiedit.css — part of check-in [d8f18bc54e] at 2020-07-31 05:14:08 on branch ajax-wiki-editor — Minimize the FOUC effect before the tabs are re-assembed in JS by initially hiding all tabs. (user: stephan size: 2725)
| ︙ | |||
62 63 64 65 66 67 68 | 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 | - + |
if they are changed here: see fossil.page.config.editStateMarkers */
content: "[*] ";
}
body.wikiedit .WikiList select option.stashed-new::before {
content: "[+] ";
}
body.wikiedit textarea {
|
| ︙ |