mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-11 23:36:05 +00:00
Add unsaved changes indicator
The “save” icon changes to red to indicate that there are unsaved changes.
This commit is contained in:
@@ -1317,3 +1317,11 @@ canvas.tw-edit-bitmapeditor {
|
||||
font-size: 0.95em;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
/*
|
||||
** Dirty indicator
|
||||
*/
|
||||
|
||||
body.tw-dirty .tw-dirty-indicator svg {
|
||||
fill: <<colour dirty-indicator>>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user