Vanessa 2024-04-25 10:15:32 +08:00
parent e508557de4
commit a3ed8f6079
2 changed files with 15 additions and 1 deletions

View file

@ -519,7 +519,20 @@
}
}
.protyle-wysiwyg--select,
.protyle-wysiwyg--select {
.av__row--header,
.av__row--footer,
.av__row--footer .av__colsticky,
.av__row--select .av__cell,
.av__colsticky.av__firstcol,
.av__colsticky > div,
.av__cell--select,
.av__cell--active,
.av__counter {
background-color: var(--b3-av-background-hl) !important;
}
}
.protyle-wysiwyg--hl {
.av__row--header,
.av__row--footer,

View file

@ -104,6 +104,7 @@
.protyle-select {
position: fixed;
background-color: var(--b3-theme-primary-lightest);
z-index: 3; // 需大于 database header and footer
}
.protyle-breadcrumb {