1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-22 03:16:34 +00:00

fix(wiki): update cover style (#8297)

This commit is contained in:
Guodong SU
2025-10-11 17:14:59 +08:00
committed by GitHub
parent 4856c8e1fc
commit 1a81fc9861

View File

@@ -13,12 +13,13 @@
.wiki-cover-controller-btn { .wiki-cover-controller-btn {
padding: 0 .5rem; padding: 0 .5rem;
background: var(--bs-icon-rgb); background: rgb(102 102 102 / 50%);
height: 28px; height: 28px;
line-height: 28px; line-height: 28px;
border-radius: 4px; border-radius: 4px;
font-size: 14px; font-size: 14px;
color: var(--bs-body-color); font-weight: 400;
color: #FFFFFF;
cursor: pointer; cursor: pointer;
position: absolute; position: absolute;
top: 16px; top: 16px;
@@ -26,7 +27,7 @@
} }
.wiki-cover-controller-btn:hover { .wiki-cover-controller-btn:hover {
background: var(--bs-icon-hover-rgb); background: rgb(102 102 102 / 70%);
} }
.wiki-page-cover-popover { .wiki-page-cover-popover {