fix(adapted-styles): adapt selection box style on note page (#1083)

This commit is contained in:
MidnightCrowing
2024-10-21 00:29:07 +08:00
committed by GitHub
parent 08a5ca0328
commit 76df017819
2 changed files with 17 additions and 8 deletions

View File

@@ -35,6 +35,10 @@
border-color: var(--bew-theme-color);
}
.editor-innter div:last-child {
border-color: var(--bew-theme-color) !important;
}
#page-series-index .channel-option.no-channel .create-channel,
.manage-note--header .tools-btns .publish-btn,
.note-single-item .go-video-btn:hover,
@@ -45,7 +49,8 @@
background-color: var(--bew-theme-color);
}
.note-tabs .van-tabs_active-bar {
.note-tabs .van-tabs_active-bar,
.editor-innter div:last-child div {
background-color: var(--bew-theme-color) !important;
}
@@ -127,10 +132,6 @@
background-color: var(--bew-bg);
}
.note-list-del-popup {
background-color: var(--bew-content-solid);
}
.note-list-item,
.editor-innter .ql-editor {
&::-webkit-scrollbar-thumb {
@@ -155,7 +156,8 @@
color: var(--bew-text-1);
}
.van-tabs-bar .van-tabs-tab {
.van-tabs-bar .van-tabs-tab,
.editor-innter div:last-child div:last-child {
color: var(--bew-text-1) !important;
}
@@ -224,6 +226,7 @@
#web-toolbar .ql-picker-options,
.view-manage-note,
.note-tooltip.info,
.note-list-del-popup,
.my-notes-manage-note {
background-color: var(--bew-content-solid);
}

View File

@@ -64,7 +64,8 @@
}
.user-card-m-exp .user-info-wrapper .info .user .user-label,
#pub button {
#pub button,
.editor-innter div:last-child div {
background-color: var(--bew-theme-color) !important;
}
@@ -162,6 +163,10 @@
border-color: var(--bew-theme-color);
}
.editor-innter div:last-child {
border-color: var(--bew-theme-color) !important;
}
.upinfo-btn-panel .not-follow-charge-btn:hover,
.user-card-m-exp .user-info-wrapper .info .btn-box .like:not(.liked):hover,
.coin-operated-m-exp .coin-bottom .bi-btn:hover {
@@ -339,7 +344,8 @@
color: var(--bew-text-1);
}
.user-card-m-exp .user-info-wrapper .info .user .name {
.user-card-m-exp .user-info-wrapper .info .user .name,
.editor-innter div:last-child div:last-child {
color: var(--bew-text-1) !important;
}