mirror of
https://github.com/zadam/trilium.git
synced 2025-06-05 17:38:47 +02:00
fix image caption editing (#422)
This commit is contained in:
parent
8e0d1fa0df
commit
9f30d4e673
@ -117,6 +117,10 @@ input, select, textarea {
|
||||
color: var(--muted-text-color) !important;
|
||||
}
|
||||
|
||||
table td, table th {
|
||||
color: var(--main-text-color);
|
||||
}
|
||||
|
||||
button.close {
|
||||
color: var(--main-text-color);
|
||||
}
|
||||
@ -876,8 +880,8 @@ div[data-notify="container"] {
|
||||
}
|
||||
|
||||
.ck-content .image > figcaption {
|
||||
color: var(--main-text-color);
|
||||
background-color: var(--accented-background-color);
|
||||
color: var(--main-text-color) !important;
|
||||
background-color: var(--accented-background-color) !important;
|
||||
}
|
||||
|
||||
#options-dialog input[type=number] {
|
||||
|
@ -1,5 +1,5 @@
|
||||
<div id="options-dialog" class="modal fade mx-auto" tabindex="-1" role="dialog">
|
||||
<div class="modal-dialog modal-lg" style="min-width: 1000px;" role="document">
|
||||
<div class="modal-dialog modal-lg modal-dialog-scrollable" style="min-width: 1000px;" role="document">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title">Options</h5>
|
||||
|
Loading…
x
Reference in New Issue
Block a user