summaryrefslogtreecommitdiff
path: root/ext/css
diff options
context:
space:
mode:
authorforsakeninfinity <forsakeninfinity@gmail.com>2023-07-08 04:04:42 -0700
committerforsakeninfinity <forsakeninfinity@gmail.com>2023-07-15 03:07:08 -0700
commit7bad83e01cb4bb65dd544de127224ba453b8e4eb (patch)
tree797652c9b6b8d637e0dbbbd0cb2cdeb26c248ca8 /ext/css
parentc4378974f1bea94947cbe6278b1d1593cfe653d9 (diff)
Add support for exporting and importing dictionaries database.
It's super annoying to have to import dictionaries one at a time every time you move across browsers or devices. This change adds an experimental mechanism to export and import the entire database of dictionaries so that users have to deal with only one source instead of tracking tens of different dictionaries separately when migrating.
Diffstat (limited to 'ext/css')
-rw-r--r--ext/css/settings.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/ext/css/settings.css b/ext/css/settings.css
index 33fbc22c..eaebc3af 100644
--- a/ext/css/settings.css
+++ b/ext/css/settings.css
@@ -680,6 +680,16 @@ select.short-height {
padding-top: var(--padding);
padding-right: var(--padding);
}
+.settings-item-progress-report {
+ display: none;
+ font-weight: bold;
+ color: #4169e1;
+}
+.settings-item-error-report {
+ display: none;
+ font-weight: bold;
+ color: #8b0000;
+}
/* Advanced settings */