feature: saved exports view/edit/trigger

This commit is contained in:
Gary Sharp
2025-02-12 18:36:30 +11:00
parent 59dc0b9d5a
commit eec8ba438c
40 changed files with 3042 additions and 1187 deletions
+11
View File
@@ -1471,6 +1471,9 @@ div.columnHost .column50 {
.smallText {
font-size: 0.9em;
}
.subtleText {
color: #ededed;
}
.smallMessage {
font-style: italic;
color: #666;
@@ -1594,4 +1597,12 @@ i.clipboard-link {
}
i.clipboard-link:hover {
color: #333;
}
i.clipboard-button {
cursor: pointer;
padding-left: 4px;
color: #1e6dab;
}
i.clipboard-button:hover {
color: #9e9e9e;
}