Skip to content

Commit

Permalink
explicitly say when a palette is unsaved
Browse files Browse the repository at this point in the history
  • Loading branch information
AprilSylph committed Feb 21, 2022
1 parent ba9b4ac commit 025a1b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/options/ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ time {
padding: 4px;
}

time:empty::before {
content: "(unsaved)";
opacity: 0.65;
}

input[type="text"] {
padding: 4px;
border: none;
Expand Down

0 comments on commit 025a1b3

Please sign in to comment.