1
0
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:
Jermolene
2014-07-30 16:46:13 +01:00
parent 73d7e85e11
commit 56945d91d3
10 changed files with 31 additions and 0 deletions

View File

@@ -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>>;
}