mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix: adapt unadapted parts for user space page
This commit is contained in:
@@ -48,7 +48,9 @@
|
||||
.v-search-count,
|
||||
.feed-dynamic-header-search-count,
|
||||
.card .main-content .button-bar .single-button .text-bar.selected,
|
||||
.wrapper .edit-video-modal .edit-video-subtitle {
|
||||
.wrapper .edit-video-modal .edit-video-subtitle,
|
||||
.list-style .iconfont.active,
|
||||
.list-style .iconfont:hover {
|
||||
color: var(--bew-theme-color);
|
||||
}
|
||||
|
||||
@@ -101,7 +103,8 @@
|
||||
#page-fav .fav-sidenav .fav-item.cur,
|
||||
.favInfo-box .favInfo-details .fav-options .fav-play,
|
||||
.be-pager-item-active,
|
||||
.search-nav-item.search-nav-actived {
|
||||
.search-nav-item.search-nav-actived,
|
||||
#page-series-detail .channel-option .modify-channel {
|
||||
background-color: var(--bew-theme-color);
|
||||
}
|
||||
|
||||
@@ -245,13 +248,23 @@
|
||||
.target-fav-title
|
||||
.fav-meta
|
||||
.fav-name,
|
||||
.wrapper .edit-video-modal .edit-video-title {
|
||||
.wrapper .edit-video-modal .edit-video-title,
|
||||
#page-series-detail .channel-detail .content .breadcrumb .item {
|
||||
color: var(--bew-text-1);
|
||||
}
|
||||
|
||||
.btn.ghost,
|
||||
.btn.ghost:focus,
|
||||
.btn.ghost:hover {
|
||||
.btn.ghost:hover,
|
||||
#pin-wrapper .pin-layer-header-counter,
|
||||
.channel-add-video .text,
|
||||
.series-item .item-title .qipapnum,
|
||||
.series-item .header .btn-row .btn,
|
||||
#page-series-index
|
||||
.channel-index
|
||||
.breadcrumb
|
||||
.item.cur
|
||||
.create-series-icon {
|
||||
color: var(--bew-text-2);
|
||||
}
|
||||
|
||||
@@ -337,7 +350,12 @@
|
||||
.fans-action-btn.follow,
|
||||
.btn.ghost,
|
||||
.btn.ghost:focus,
|
||||
.btn.ghost:hover {
|
||||
.btn.ghost:hover,
|
||||
.series-item .item-title .qipapnum:before,
|
||||
.series-item .item-title .qipapnum,
|
||||
.series-item .header .btn-row .btn,
|
||||
#page-series-index .channel-index .breadcrumb .item.cur .create-series-icon,
|
||||
#page-series-detail .filter {
|
||||
border-color: var(--bew-border-color);
|
||||
}
|
||||
|
||||
@@ -349,11 +367,6 @@
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.series-item .split-line,
|
||||
.wrapper .edit-video-modal .favlist-body:after {
|
||||
background-color: var(--bew-border-color);
|
||||
}
|
||||
|
||||
.i-pin-c {
|
||||
box-shadow: unset;
|
||||
}
|
||||
@@ -429,7 +442,8 @@
|
||||
// color: var(--bew-theme-color);
|
||||
// }
|
||||
|
||||
.section .count:before {
|
||||
.section .count:before,
|
||||
.series-item .item-title .qipapnum:before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -443,6 +457,11 @@
|
||||
background-color: var(--bew-elevated-solid-1);
|
||||
}
|
||||
|
||||
.series-item .split-line,
|
||||
.wrapper .edit-video-modal .favlist-body:after {
|
||||
background-color: var(--bew-border-color);
|
||||
}
|
||||
|
||||
.col-full {
|
||||
background-color: var(--bew-content-solid-1);
|
||||
box-shadow: 0 0 0 1px var(--bew-border-color);
|
||||
@@ -459,7 +478,11 @@
|
||||
.bangumi-pagelistbox .custom-right .custom-right-inner.custompage,
|
||||
.btn.ghost,
|
||||
.btn.ghost:focus,
|
||||
.btn.ghost:hover {
|
||||
.btn.ghost:hover,
|
||||
.channel-add-video,
|
||||
.series-item .item-title .qipapnum,
|
||||
.list-create,
|
||||
#page-series-detail .channel-add-video {
|
||||
background-color: var(--bew-fill-1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user