2024-05-11 14:52:50 +00:00
|
|
|
.theme-dark img[alt*="supernote-invert-dark"] {
|
|
|
|
|
filter: invert(1);
|
|
|
|
|
}
|
2024-02-27 20:05:03 +00:00
|
|
|
|
2024-05-11 14:52:50 +00:00
|
|
|
.theme-light img[alt*="supernote-invert-light"] {
|
|
|
|
|
filter: invert(1);
|
|
|
|
|
}
|
2024-02-27 20:05:03 +00:00
|
|
|
|
2024-05-11 14:52:50 +00:00
|
|
|
.theme-dark img.supernote-invert-dark {
|
|
|
|
|
filter: invert(1);
|
|
|
|
|
}
|
2024-02-27 20:05:03 +00:00
|
|
|
|
2024-05-11 14:52:50 +00:00
|
|
|
.theme-light img.supernote-invert-light {
|
|
|
|
|
filter: invert(1);
|
2024-06-09 04:09:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button.mod-cta {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.page-recognized-text {
|
|
|
|
|
user-select: text;
|
|
|
|
|
white-space: pre-line;
|
2024-12-19 07:07:22 +00:00
|
|
|
margin: 1.2em 0;
|
2024-06-09 04:09:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.page-container {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: top;
|
2024-12-19 07:07:22 +00:00
|
|
|
margin: 1.2em;
|
2025-02-21 19:01:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Custom dictionary settings styles */
|
|
|
|
|
.supernote-settings-custom-dictionary-subtitle {
|
|
|
|
|
padding: 0 0 0.75em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.supernote-settings-custom-dictionary-entries {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.supernote-settings-custom-dictionary-entries.disabled {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.supernote-settings-custom-dictionary table {
|
|
|
|
|
margin-block-start: var(--size-4-2);
|
|
|
|
|
margin-block-end: var(--size-2-1);
|
|
|
|
|
font-size: smaller;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.supernote-settings-custom-dictionary table, .supernote-settings-custom-dictionary table input {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.supernote-settings-custom-dictionary table th {
|
|
|
|
|
text-align: start;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.supernote-settings-custom-dictionary-entry-options {
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-gap: var(--size-4-1);
|
|
|
|
|
grid-auto-flow: column;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.supernote-settings-custom-dictionary button {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.supernote-settings-custom-dictionary-entry-options button.active {
|
|
|
|
|
color: var(--text-on-accent);
|
|
|
|
|
--icon-color: var(--text-on-accent);
|
|
|
|
|
background-color: var(--interactive-accent);
|
|
|
|
|
}
|