diff --git a/_locales/en/messages.json b/_locales/en/messages.json index a9955929..c3742bd6 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -538,5 +538,9 @@ "prefs_OpenAIComp_ChatName_Info": { "message": "This is the name that will be used in the AI chat.", "description": "" + }, + "StorageSpace": { + "message": "Total storage space occupied", + "description": "" } } \ No newline at end of file diff --git a/customprompts/mzta-custom-prompts.css b/customprompts/mzta-custom-prompts.css index c65acfad..4d7fb217 100644 --- a/customprompts/mzta-custom-prompts.css +++ b/customprompts/mzta-custom-prompts.css @@ -16,38 +16,6 @@ } } - -@media (prefers-color-scheme: dark) { - body { - background-color: #1C1B22; - color: rgb(251, 251, 254); - } - - a:link { color: #409EFF; } - a:visited { color: #409EFF; } - a:hover { color: #66B1FF; } - a:active { color: #66B1FF; } - - table { - background-color: #1C1B22; - border: 1px solid #ccc; - } - - table.prompts_list th { - background-color: #4c4e58; - border: 1px solid rgb(251, 251, 254); - color: rgb(194, 194, 194); - } - - #command_palette{ - background-color: inherit; - } - - table.prompts_list tr:nth-child(even) { - background-color: #2E2F36; - } -} - table { border-collapse: collapse; border-spacing: 0; @@ -180,4 +148,54 @@ table .sort.desc { #btnExportAll{ margin-bottom: 3px; +} + +.storage_space{ + font-size: 0.8em; + font-weight: normal; + font-style: italic; + color: rgb(41, 41, 41); + text-align: right; + margin-right: 1px; +} + +.page_title{ + margin-bottom: 0px; +} + + +@media (prefers-color-scheme: dark) { + body { + background-color: #1C1B22; + color: rgb(251, 251, 254); + } + + a:link { color: #409EFF; } + a:visited { color: #409EFF; } + a:hover { color: #66B1FF; } + a:active { color: #66B1FF; } + + table { + background-color: #1C1B22; + border: 1px solid #ccc; + } + + table.prompts_list th { + background-color: #4c4e58; + border: 1px solid rgb(251, 251, 254); + color: rgb(194, 194, 194); + } + + #command_palette{ + background-color: inherit; + } + + table.prompts_list tr:nth-child(even) { + background-color: #2E2F36; + } + + .storage_space{ + color: rgb(182, 182, 182); + } + } \ No newline at end of file diff --git a/customprompts/mzta-custom-prompts.html b/customprompts/mzta-custom-prompts.html index fa8a17eb..22055da4 100644 --- a/customprompts/mzta-custom-prompts.html +++ b/customprompts/mzta-custom-prompts.html @@ -7,7 +7,7 @@
__MSG_customPrompts_managePrompts_info_default__
__MSG_customPrompts_managePrompts_info_default_2__
__MSG_customPrompts_managePrompts_info_default_3__
@@ -92,9 +92,9 @@