mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
This commit is contained in:
parent
c36d83cbf4
commit
d67cf80f24
@ -4,7 +4,8 @@
|
||||
.bl-button--primary:disabled,
|
||||
#disable-popup-modal .vip-exchange .months button.disabled,
|
||||
#vip-exchange-modal .vip-exchange .months button.disabled,
|
||||
.tab-list .tab-item.active:before
|
||||
.tab-list .tab-item.active:before,
|
||||
.live-skin-coloration-area .live-skin-separate-area
|
||||
{
|
||||
background-color: #222 !important;
|
||||
}
|
||||
@ -71,7 +72,13 @@ blockquote .color-yellow-04,
|
||||
.s-paging > ul > span.current,
|
||||
.score-info .go-movie,
|
||||
.invitation-record-warp .invtable .inputdone,
|
||||
.bb-comment .no-login .comment-submit
|
||||
.bb-comment .no-login .comment-submit,
|
||||
.live-skin-coloration-area .live-skin-main-text,
|
||||
.live-skin-coloration-area .live-skin-normal-a-text:link,
|
||||
.live-skin-normal-a-text:visited,
|
||||
.live-skin-coloration-area .live-skin-normal-a-text,
|
||||
.live-skin-coloration-area .live-skin-normal-text,
|
||||
.live-skin-coloration-area .live-skin-highlight-text
|
||||
{
|
||||
color: #eee !important;
|
||||
}
|
||||
@ -83,7 +90,9 @@ blockquote .color-yellow-04,
|
||||
.user-setting-warp .el-radio-button__orig-radio:checked + .el-radio-button__inner,
|
||||
.tabs-bar,
|
||||
.score-info .go-movie,
|
||||
.bb-comment .no-login .comment-submit
|
||||
.bb-comment .no-login .comment-submit,
|
||||
.live-skin-coloration-area .live-skin-highlight-border,
|
||||
.live-skin-coloration-area .live-skin-separate-border
|
||||
{
|
||||
border-color: transparent !important;
|
||||
}
|
||||
@ -113,7 +122,10 @@ blockquote .color-yellow-04,
|
||||
.room-info-down-row .icon-label.hover-text-blue:hover .label,
|
||||
.room-introduction .edit-button:hover>.icon-font,
|
||||
.room-introduction .edit-button:hover>span,
|
||||
.im-popup .bp-popup-panel .title-ctnr .popup-title
|
||||
.im-popup .bp-popup-panel .title-ctnr .popup-title,
|
||||
.live-skin-coloration-area .live-skin-highlight-text,
|
||||
.live-skin-coloration-area .live-skin-normal-a-text:hover,
|
||||
.live-skin-normal-a-text:active
|
||||
{
|
||||
color: var(--theme-color) !important;
|
||||
}
|
||||
@ -124,7 +136,8 @@ blockquote .color-yellow-04,
|
||||
.tag-list li.tag-item.on,
|
||||
.tag-list li.tag-item:hover,
|
||||
.page-list-box .page-input:focus,
|
||||
.page-list-box .page-input:hover
|
||||
.page-list-box .page-input:hover,
|
||||
.live-skin-coloration-area .live-skin-highlight-border
|
||||
{
|
||||
border-color: var(--theme-color) !important;
|
||||
}
|
||||
@ -138,7 +151,9 @@ blockquote .color-yellow-04,
|
||||
.tag-list li.tag-item.on,
|
||||
.face-g-list#my-g-list .face-g-block .my-mp-block .mp-info .btn-white,
|
||||
.user-setting-warp .el-radio-button__orig-radio:checked + .el-radio-button__inner,
|
||||
.user-my-btn .el-button--primary
|
||||
.user-my-btn .el-button--primary,
|
||||
.live-skin-coloration-area .live-skin-highlight-bg,
|
||||
.live-skin-coloration-area .live-skin-separate-area-hover:hover
|
||||
{
|
||||
background-color: var(--theme-color) !important;
|
||||
}
|
||||
|
||||
@ -178,10 +178,12 @@
|
||||
{
|
||||
background-color: #444 !important;
|
||||
}
|
||||
/* a
|
||||
#head-info-vm,
|
||||
#gift-control-vm,
|
||||
#rank-list-ctnr-box
|
||||
{
|
||||
background-image: none !important;
|
||||
} */
|
||||
}
|
||||
.upper-right-ctnr.p-absolute.none-select .btn.primary,
|
||||
.area-category-item.dp-i-block.p-relative.t-center.pointer .category-divider,
|
||||
#app-ctnr .content .container,
|
||||
@ -337,7 +339,9 @@
|
||||
.calendar-table td.disabled,
|
||||
.narrowscreen .ov-box .v-info,
|
||||
.narrowscreen .ov-box .v-preview .txt,
|
||||
.narrowscreen .ov-box .v-data span
|
||||
.narrowscreen .ov-box .v-data span,
|
||||
.t-center.glory-item.dp-i-block.v-middle .glory-activity-name,
|
||||
.t-center.glory-item.dp-i-block.v-middle .glory-create-time
|
||||
{
|
||||
color: #aaa !important;
|
||||
}
|
||||
@ -561,7 +565,8 @@ th.list-head-text,
|
||||
.calendar-year>a.current,
|
||||
.calendar-content .calendar-table .today,
|
||||
.sub-nav-m .tips,
|
||||
.narrowscreen .ov-box .title
|
||||
.narrowscreen .ov-box .title,
|
||||
.t-center.glory-item.dp-i-block.v-middle .glory-name
|
||||
{
|
||||
color: #eee !important;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user