Highlight the page until it's saved

This commit is contained in:
2022-06-26 10:04:15 +00:00
parent 083572dfe3
commit 3e2bb5c4a3
3 changed files with 26 additions and 14 deletions

View File

@ -1,3 +1,7 @@
#app-navigation:not(.vue) > ul > li > a[data-id].modified {
color:red;
}
li[data-id="wikis"] select {
width: calc(100% - 50px);
}