mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-28 11:16:09 +01:00
This commit is contained in:
parent
e508557de4
commit
a3ed8f6079
2 changed files with 15 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -104,6 +104,7 @@
|
|||
.protyle-select {
|
||||
position: fixed;
|
||||
background-color: var(--b3-theme-primary-lightest);
|
||||
z-index: 3; // 需大于 database header and footer
|
||||
}
|
||||
|
||||
.protyle-breadcrumb {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue