mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Update dark style
This commit is contained in:
parent
82241207bb
commit
95cd64cf77
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
.link-footer{background-color:#222!important;}.wrapper .elec-btn.disabled,.f-list-hover:hover{background-color:#444!important;}blockquote,blockquote *,blockquote .color-blue-01,blockquote .color-blue-02,blockquote .color-blue-03,blockquote .color-blue-04,blockquote .color-gray-01,blockquote .color-gray-02,blockquote .color-gray-03,blockquote .color-green-01,blockquote .color-green-02,blockquote .color-green-03,blockquote .color-green-04,blockquote .color-lblue-01,blockquote .color-lblue-02,blockquote .color-lblue-03,blockquote .color-lblue-04,blockquote .color-pink-01,blockquote .color-pink-02,blockquote .color-pink-03,blockquote .color-pink-04,blockquote .color-purple-01,blockquote .color-purple-02,blockquote .color-purple-03,blockquote .color-purple-04,blockquote .color-yellow-01,blockquote .color-yellow-02,blockquote .color-yellow-03,blockquote .color-yellow-04{color:#aaa!important;}.home-page .sticky-bar .bar-content .message,.cover .disabled-cover,.el-input__inner,.commnent-screen-wrap .el-input__inner,.tag-list li.tag-item.on{color:#eee!important;}.link-footer,.el-input__inner,.commnent-screen-wrap .el-input__inner{border-color:transparent!important;}.home-page .sticky-bar .bar-content .message:hover{color:$customStyleColor!important;}.season-timeline .season-group.today,.season-timeline .season-group.today .group-time::before,.aside-ctnr .author-info .communicate-btn,.tag-list li.tag-item.on{border-color:$customStyleColor!important;}.season-timeline .season-group.today.is-published .group-time::before,.bg-blue,.security-list .child-list li a.bg-blue:hover,.face-g-tab li.current,.el-date-table td.current:not(.disabled),.el-date-table td.end-date,.el-date-table td.start-date,.tag-list li.tag-item.on{background-color:$customStyleColor!important;}.face-g-tab li.current,.current .tab-btn-link,.el-date-table td.current:not(.disabled),.el-date-table td.end-date,.el-date-table td.start-date{color:$foreground!important;}
|
||||
.link-footer{background-color:#222!important;}.wrapper .elec-btn.disabled,.f-list-hover:hover,.status_box .status_btn.disabled{background-color:#444!important;}blockquote,blockquote *,blockquote .color-blue-01,blockquote .color-blue-02,blockquote .color-blue-03,blockquote .color-blue-04,blockquote .color-gray-01,blockquote .color-gray-02,blockquote .color-gray-03,blockquote .color-green-01,blockquote .color-green-02,blockquote .color-green-03,blockquote .color-green-04,blockquote .color-lblue-01,blockquote .color-lblue-02,blockquote .color-lblue-03,blockquote .color-lblue-04,blockquote .color-pink-01,blockquote .color-pink-02,blockquote .color-pink-03,blockquote .color-pink-04,blockquote .color-purple-01,blockquote .color-purple-02,blockquote .color-purple-03,blockquote .color-purple-04,blockquote .color-yellow-01,blockquote .color-yellow-02,blockquote .color-yellow-03,blockquote .color-yellow-04,.status_box .status_btn.disabled{color:#aaa!important;}.home-page .sticky-bar .bar-content .message,.cover .disabled-cover,.el-input__inner,.commnent-screen-wrap .el-input__inner,.tag-list li.tag-item.on{color:#eee!important;}.link-footer,.el-input__inner,.commnent-screen-wrap .el-input__inner{border-color:transparent!important;}.home-page .sticky-bar .bar-content .message:hover{color:$customStyleColor!important;}.season-timeline .season-group.today,.season-timeline .season-group.today .group-time::before,.aside-ctnr .author-info .communicate-btn,.tag-list li.tag-item.on{border-color:$customStyleColor!important;}.season-timeline .season-group.today.is-published .group-time::before,.bg-blue,.security-list .child-list li a.bg-blue:hover,.face-g-tab li.current,.el-date-table td.current:not(.disabled),.el-date-table td.end-date,.el-date-table td.start-date,.tag-list li.tag-item.on{background-color:$customStyleColor!important;}.face-g-tab li.current,.current .tab-btn-link,.el-date-table td.current:not(.disabled),.el-date-table td.end-date,.el-date-table td.start-date{color:$foreground!important;}
|
||||
@ -3,7 +3,8 @@
|
||||
background-color: #222 !important;
|
||||
}
|
||||
.wrapper .elec-btn.disabled,
|
||||
.f-list-hover:hover
|
||||
.f-list-hover:hover,
|
||||
.status_box .status_btn.disabled
|
||||
{
|
||||
background-color: #444 !important;
|
||||
}
|
||||
@ -36,7 +37,8 @@ blockquote .color-purple-04,
|
||||
blockquote .color-yellow-01,
|
||||
blockquote .color-yellow-02,
|
||||
blockquote .color-yellow-03,
|
||||
blockquote .color-yellow-04
|
||||
blockquote .color-yellow-04,
|
||||
.status_box .status_btn.disabled
|
||||
{
|
||||
color: #aaa !important;
|
||||
}
|
||||
@ -44,7 +46,7 @@ blockquote .color-yellow-04
|
||||
.cover .disabled-cover,
|
||||
.el-input__inner,
|
||||
.commnent-screen-wrap .el-input__inner,
|
||||
.tag-list li.tag-item.on
|
||||
.tag-list li.tag-item.on
|
||||
{
|
||||
color: #eee !important;
|
||||
}
|
||||
@ -65,7 +67,7 @@ blockquote .color-yellow-04
|
||||
.season-timeline .season-group.today,
|
||||
.season-timeline .season-group.today .group-time::before,
|
||||
.aside-ctnr .author-info .communicate-btn,
|
||||
.tag-list li.tag-item.on
|
||||
.tag-list li.tag-item.on
|
||||
{
|
||||
border-color: $customStyleColor !important;
|
||||
}
|
||||
@ -76,7 +78,7 @@ blockquote .color-yellow-04
|
||||
.el-date-table td.current:not(.disabled),
|
||||
.el-date-table td.end-date,
|
||||
.el-date-table td.start-date,
|
||||
.tag-list li.tag-item.on
|
||||
.tag-list li.tag-item.on
|
||||
{
|
||||
background-color: $customStyleColor !important;
|
||||
}
|
||||
|
||||
@ -92,7 +92,7 @@ a.bp_box_bot_click,
|
||||
.bangumi-collection-card .bangumi-funcs .btn-unfollow,
|
||||
.section .count,
|
||||
.progress-bar-ctnr .bar-body,
|
||||
.user-info > .tag-flag
|
||||
.user-info > .tag-flag
|
||||
{
|
||||
background-color: #222 !important;
|
||||
}
|
||||
@ -212,7 +212,6 @@ a.bp_box_bot_click,
|
||||
.bilibili-player-block-filter-image .bilibili-player-block-filter-disabled,
|
||||
.cc-nav-wrp .down-link:hover,
|
||||
.ui-checkbox input[type=checkbox]:disabled + .ui-checkbox-icon,
|
||||
.setting,
|
||||
.charge-participate,
|
||||
#article-list-index,
|
||||
#bp_user_box,
|
||||
@ -223,7 +222,7 @@ a.bp_box_bot_click,
|
||||
.tag-list li.tag-item,
|
||||
.pager .jump-pager input[type=text],
|
||||
.no-data,
|
||||
.tabnav
|
||||
.tabnav
|
||||
{
|
||||
background-color: #444 !important;
|
||||
}
|
||||
@ -294,7 +293,7 @@ a.bp_box_bot_click,
|
||||
.nav-upload-container .nav-upload-item:hover,
|
||||
.contri-condition .contri-sort .contri-sort-type li:hover,
|
||||
.share-module,
|
||||
.sponsor-rank-item.simple .sp-rank i
|
||||
.sponsor-rank-item.simple .sp-rank i
|
||||
{
|
||||
background-color: transparent !important;
|
||||
}
|
||||
@ -538,7 +537,7 @@ li.no-data,
|
||||
.user-box,
|
||||
.user-box .grade-dec,
|
||||
.tabnav-item,
|
||||
.user-info > .user-uid
|
||||
.user-info > .user-uid
|
||||
{
|
||||
color: #aaa !important;
|
||||
}
|
||||
@ -867,7 +866,7 @@ h2.title,
|
||||
.season-slider-wrapper .slider-wrapper .season-slider-list li.cur,
|
||||
.media-info-wrp .media-info-content .media-info-inner .media-info-r .media-info-btns .bangumi-btn .btn-follow,
|
||||
.user-info > .user-name,
|
||||
.user-box .num
|
||||
.user-box .num
|
||||
{
|
||||
color: #eee !important;
|
||||
}
|
||||
@ -1080,7 +1079,7 @@ table.invtable td,
|
||||
.app-body .section-block.with-radius,
|
||||
.user-hd,
|
||||
.tabnav,
|
||||
.app-body .section-block.with-bottom-radius
|
||||
.app-body .section-block.with-bottom-radius
|
||||
{
|
||||
border-color: transparent !important;
|
||||
}
|
||||
@ -1207,7 +1206,7 @@ li.season-item .season-body .season-title span.follow,
|
||||
.compila-not-find .compila-not-find-image,
|
||||
.contri-not-find .contri-not-find-image,
|
||||
.charge-participate .benefit-item .pic,
|
||||
.no-data
|
||||
.no-data
|
||||
{
|
||||
filter: brightness(0.72) !important;
|
||||
}
|
||||
@ -1319,7 +1318,7 @@ li.season-item .season-body .season-title span.follow,
|
||||
.contri-condition .contri-select.active:after,
|
||||
.video-list .vl-hd .order-tab li.on,
|
||||
.user-info > .tag-flag,
|
||||
.tabnav-item.current .tabnav-content
|
||||
.tabnav-item.current .tabnav-content
|
||||
{
|
||||
border-color: $customStyleColor !important;
|
||||
}
|
||||
@ -1384,7 +1383,7 @@ li.season-item .season-body .season-title span.follow,
|
||||
.timer-wrap .vote-dialog-new .footer .b-able,
|
||||
.charge-participate .part-btn,
|
||||
.b-info .button,
|
||||
.bpui-button-text-only.bpui-state-active .bpui-button-text .bpui-flex-button
|
||||
.bpui-button-text-only.bpui-state-active .bpui-button-text .bpui-flex-button
|
||||
{
|
||||
background-color: $customStyleColor !important;
|
||||
}
|
||||
@ -1529,7 +1528,7 @@ a.bp_box_bot_click,
|
||||
.user-box .btn,
|
||||
.icon-edit,
|
||||
.user-info > .tag-flag,
|
||||
.tabnav-item.current
|
||||
.tabnav-item.current
|
||||
{
|
||||
color: $customStyleColor !important;
|
||||
}
|
||||
|
||||
@ -17,7 +17,10 @@
|
||||
.dc-section-body,
|
||||
.audioplayer .ap-playlist,
|
||||
.audioplayer .ap-playlist .ap-playlist-body,
|
||||
.audioplayer .ap-controller
|
||||
.audioplayer .ap-controller,
|
||||
.setting,
|
||||
.setting .watermark-setting .watermark-wrp .watermark-modal,
|
||||
.bili-switcher
|
||||
{
|
||||
background-color: #222 !important;
|
||||
}
|
||||
@ -94,7 +97,10 @@
|
||||
.nav-guide-container .nav-guide-tip .guide-tip-content-main p,
|
||||
.nav-guide-container .nav-guide-tip .guide-tip-content-main h3 span,
|
||||
.footer-content .social-item,
|
||||
.dc-section-item_title_time
|
||||
.dc-section-item_title_time,
|
||||
.setting .watermark-switcher .switcher-tip,
|
||||
.setting .section-title span,
|
||||
.setting .watermark-setting .tooltip
|
||||
{
|
||||
color: #aaa !important;
|
||||
}
|
||||
@ -109,7 +115,9 @@
|
||||
.el-pager li.btn-quicknext,
|
||||
.el-pager li.btn-quickprev,
|
||||
.nav-guide-container .guide-tip-btn .guide-tip-btn-right,
|
||||
.guide-card .guide-box a
|
||||
.guide-card .guide-box a,
|
||||
.setting .watermark-switcher span,
|
||||
.bili-btn.plain
|
||||
{
|
||||
color: #eee !important;
|
||||
}
|
||||
@ -140,7 +148,8 @@
|
||||
.up-info-holder .fixed-box .more .top-bar,
|
||||
.el-date-range-picker__content.is-left,
|
||||
.el-picker-panel [slot=sidebar],
|
||||
.el-picker-panel__sidebar
|
||||
.el-picker-panel__sidebar,
|
||||
.bili-switcher
|
||||
{
|
||||
border-color: #444 !important
|
||||
}
|
||||
@ -237,7 +246,8 @@
|
||||
.list-filter-bar .sort-box .item.active,
|
||||
.list-filter-bar .sort-box .item:hover,
|
||||
.data-card .tab .data-tab.current:after,
|
||||
.audioplayer .ap-playlist .ap-playlist-body .ap-playlist-column-name-value:hover
|
||||
.audioplayer .ap-playlist .ap-playlist-body .ap-playlist-column-name-value:hover,
|
||||
.bili-switcher.checked
|
||||
{
|
||||
border-color: $customStyleColor !important;
|
||||
}
|
||||
@ -254,7 +264,8 @@
|
||||
.el-date-table td.in-range.end-date,
|
||||
.nav-guide-container .guide-tip-btn .guide-tip-btn-left,
|
||||
.audioplayer .ap-controller .ap-controller-center .ap-progress-bar,
|
||||
.audioplayer .ap-controller .ap-controller-right .ap-volume-bar
|
||||
.audioplayer .ap-controller .ap-controller-right .ap-volume-bar,
|
||||
.bili-switcher.checked
|
||||
{
|
||||
background-color: $customStyleColor !important;
|
||||
}
|
||||
@ -288,7 +299,8 @@
|
||||
.bilibili-player-video-subtitle-setting-left-more:hover,
|
||||
.bilibili-player-video-subtitle-setting-left-more:hover .bp-svgicon,
|
||||
.bilibili-player-video-subtitle-setting-right-more:hover,
|
||||
.bilibili-player-video-subtitle-setting-right-more:hover .bp-svgicon
|
||||
.bilibili-player-video-subtitle-setting-right-more:hover .bp-svgicon,
|
||||
.setting .watermark-setting .watermark-wrp .is-selected
|
||||
{
|
||||
color: $customStyleColor !important;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -2520,7 +2520,9 @@ li.season-item .season-body .season-title span.follow,
|
||||
a.bp_box_bot_click,
|
||||
.bangumi-collection-card .bangumi-funcs .btn-unfollow li,
|
||||
.bangumi-collection-card .bangumi-funcs .btn-unfollow,
|
||||
.section .count
|
||||
.section .count,
|
||||
.progress-bar-ctnr .bar-body,
|
||||
.user-info > .tag-flag
|
||||
{
|
||||
background-color: #222 !important;
|
||||
}
|
||||
@ -2640,7 +2642,6 @@ a.bp_box_bot_click,
|
||||
.bilibili-player-block-filter-image .bilibili-player-block-filter-disabled,
|
||||
.cc-nav-wrp .down-link:hover,
|
||||
.ui-checkbox input[type=checkbox]:disabled + .ui-checkbox-icon,
|
||||
.setting,
|
||||
.charge-participate,
|
||||
#article-list-index,
|
||||
#bp_user_box,
|
||||
@ -2649,7 +2650,9 @@ a.bp_box_bot_click,
|
||||
.b-info,
|
||||
.bb-intro-top,
|
||||
.tag-list li.tag-item,
|
||||
.pager .jump-pager input[type=text]
|
||||
.pager .jump-pager input[type=text],
|
||||
.no-data,
|
||||
.tabnav
|
||||
{
|
||||
background-color: #444 !important;
|
||||
}
|
||||
@ -2719,7 +2722,8 @@ a.bp_box_bot_click,
|
||||
.bilibili-player-video-sendbar .bilibili-player-video-btn > i,
|
||||
.nav-upload-container .nav-upload-item:hover,
|
||||
.contri-condition .contri-sort .contri-sort-type li:hover,
|
||||
.share-module
|
||||
.share-module,
|
||||
.sponsor-rank-item.simple .sp-rank i
|
||||
{
|
||||
background-color: transparent !important;
|
||||
}
|
||||
@ -2958,7 +2962,12 @@ li.no-data,
|
||||
.mod-1 .r .up-info .v-author,
|
||||
.mod-1 .r .v-info .v-info-i,
|
||||
.mod-3 .r .v-info .v-info-i,
|
||||
.mod-3 .r .up-info .v-author
|
||||
.mod-3 .r .up-info .v-author,
|
||||
.bilibili-player-mode-selection-container .bilibili-player-mode-selection-panel .bilibili-player-mode-selection-row .row-selection .selection-span .selection-icon,
|
||||
.user-box,
|
||||
.user-box .grade-dec,
|
||||
.tabnav-item,
|
||||
.user-info > .user-uid
|
||||
{
|
||||
color: #aaa !important;
|
||||
}
|
||||
@ -3283,7 +3292,11 @@ h2.title,
|
||||
.video-list .vl-hd .tab-list li,
|
||||
.pager .jump-pager input[type=text],
|
||||
.mod-1 .r .title,
|
||||
.mod-3 .r .title
|
||||
.mod-3 .r .title,
|
||||
.season-slider-wrapper .slider-wrapper .season-slider-list li.cur,
|
||||
.media-info-wrp .media-info-content .media-info-inner .media-info-r .media-info-btns .bangumi-btn .btn-follow,
|
||||
.user-info > .user-name,
|
||||
.user-box .num
|
||||
{
|
||||
color: #eee !important;
|
||||
}
|
||||
@ -3488,7 +3501,15 @@ table.invtable td,
|
||||
.pager .jump-pager input[type=text],
|
||||
.mod-1 .r .up-info .v-date,
|
||||
.mod-1 .r,
|
||||
.mod-3 .l-item
|
||||
.mod-3 .l-item,
|
||||
.sponsor-rank-item.simple .sp-msg,
|
||||
.nav-item-ctnr.expanded .nav-item,
|
||||
.nav-item-ctnr.expanded .sub-pages-item-ctnr,
|
||||
.user,
|
||||
.app-body .section-block.with-radius,
|
||||
.user-hd,
|
||||
.tabnav,
|
||||
.app-body .section-block.with-bottom-radius
|
||||
{
|
||||
border-color: transparent !important;
|
||||
}
|
||||
@ -3614,7 +3635,8 @@ li.season-item .season-body .season-title span.follow,
|
||||
.cc-album-manage .info-wrp .no-img,
|
||||
.compila-not-find .compila-not-find-image,
|
||||
.contri-not-find .contri-not-find-image,
|
||||
.charge-participate .benefit-item .pic
|
||||
.charge-participate .benefit-item .pic,
|
||||
.no-data
|
||||
{
|
||||
filter: brightness(0.72) !important;
|
||||
}
|
||||
@ -3724,7 +3746,9 @@ li.season-item .season-body .season-title span.follow,
|
||||
.bili-tab.current:after,
|
||||
#audience-page .version-switch-section .bili-tab.current,
|
||||
.contri-condition .contri-select.active:after,
|
||||
.video-list .vl-hd .order-tab li.on
|
||||
.video-list .vl-hd .order-tab li.on,
|
||||
.user-info > .tag-flag,
|
||||
.tabnav-item.current .tabnav-content
|
||||
{
|
||||
border-color: $customStyleColor !important;
|
||||
}
|
||||
@ -3788,7 +3812,8 @@ li.season-item .season-body .season-title span.follow,
|
||||
.ban-detail .content-box .vote-success .success-txt button,
|
||||
.timer-wrap .vote-dialog-new .footer .b-able,
|
||||
.charge-participate .part-btn,
|
||||
.b-info .button
|
||||
.b-info .button,
|
||||
.bpui-button-text-only.bpui-state-active .bpui-button-text .bpui-flex-button
|
||||
{
|
||||
background-color: $customStyleColor !important;
|
||||
}
|
||||
@ -3927,7 +3952,13 @@ a.bp_box_bot_click,
|
||||
.mod-3 .r .up-info .v-author:hover,
|
||||
.mod-2 li .r .up-info .v-author:hover,
|
||||
.mod-1 .r .title:hover,
|
||||
.bilibili-player-video-sendbar .bilibili-player-video-inputbar .bilibili-player-video-hint a:hover
|
||||
.bilibili-player-video-sendbar .bilibili-player-video-inputbar .bilibili-player-video-hint a:hover,
|
||||
.user-box .vip-btn,
|
||||
.user-box .btn:active,
|
||||
.user-box .btn,
|
||||
.icon-edit,
|
||||
.user-info > .tag-flag,
|
||||
.tabnav-item.current
|
||||
{
|
||||
color: $customStyleColor !important;
|
||||
}
|
||||
@ -4030,7 +4061,10 @@ a.bp_box_bot_click,
|
||||
.dc-section-body,
|
||||
.audioplayer .ap-playlist,
|
||||
.audioplayer .ap-playlist .ap-playlist-body,
|
||||
.audioplayer .ap-controller
|
||||
.audioplayer .ap-controller,
|
||||
.setting,
|
||||
.setting .watermark-setting .watermark-wrp .watermark-modal,
|
||||
.bili-switcher
|
||||
{
|
||||
background-color: #222 !important;
|
||||
}
|
||||
@ -4107,7 +4141,10 @@ a.bp_box_bot_click,
|
||||
.nav-guide-container .nav-guide-tip .guide-tip-content-main p,
|
||||
.nav-guide-container .nav-guide-tip .guide-tip-content-main h3 span,
|
||||
.footer-content .social-item,
|
||||
.dc-section-item_title_time
|
||||
.dc-section-item_title_time,
|
||||
.setting .watermark-switcher .switcher-tip,
|
||||
.setting .section-title span,
|
||||
.setting .watermark-setting .tooltip
|
||||
{
|
||||
color: #aaa !important;
|
||||
}
|
||||
@ -4122,7 +4159,9 @@ a.bp_box_bot_click,
|
||||
.el-pager li.btn-quicknext,
|
||||
.el-pager li.btn-quickprev,
|
||||
.nav-guide-container .guide-tip-btn .guide-tip-btn-right,
|
||||
.guide-card .guide-box a
|
||||
.guide-card .guide-box a,
|
||||
.setting .watermark-switcher span,
|
||||
.bili-btn.plain
|
||||
{
|
||||
color: #eee !important;
|
||||
}
|
||||
@ -4153,7 +4192,8 @@ a.bp_box_bot_click,
|
||||
.up-info-holder .fixed-box .more .top-bar,
|
||||
.el-date-range-picker__content.is-left,
|
||||
.el-picker-panel [slot=sidebar],
|
||||
.el-picker-panel__sidebar
|
||||
.el-picker-panel__sidebar,
|
||||
.bili-switcher
|
||||
{
|
||||
border-color: #444 !important
|
||||
}
|
||||
@ -4250,7 +4290,8 @@ a.bp_box_bot_click,
|
||||
.list-filter-bar .sort-box .item.active,
|
||||
.list-filter-bar .sort-box .item:hover,
|
||||
.data-card .tab .data-tab.current:after,
|
||||
.audioplayer .ap-playlist .ap-playlist-body .ap-playlist-column-name-value:hover
|
||||
.audioplayer .ap-playlist .ap-playlist-body .ap-playlist-column-name-value:hover,
|
||||
.bili-switcher.checked
|
||||
{
|
||||
border-color: $customStyleColor !important;
|
||||
}
|
||||
@ -4267,7 +4308,8 @@ a.bp_box_bot_click,
|
||||
.el-date-table td.in-range.end-date,
|
||||
.nav-guide-container .guide-tip-btn .guide-tip-btn-left,
|
||||
.audioplayer .ap-controller .ap-controller-center .ap-progress-bar,
|
||||
.audioplayer .ap-controller .ap-controller-right .ap-volume-bar
|
||||
.audioplayer .ap-controller .ap-controller-right .ap-volume-bar,
|
||||
.bili-switcher.checked
|
||||
{
|
||||
background-color: $customStyleColor !important;
|
||||
}
|
||||
@ -4301,7 +4343,8 @@ a.bp_box_bot_click,
|
||||
.bilibili-player-video-subtitle-setting-left-more:hover,
|
||||
.bilibili-player-video-subtitle-setting-left-more:hover .bp-svgicon,
|
||||
.bilibili-player-video-subtitle-setting-right-more:hover,
|
||||
.bilibili-player-video-subtitle-setting-right-more:hover .bp-svgicon
|
||||
.bilibili-player-video-subtitle-setting-right-more:hover .bp-svgicon,
|
||||
.setting .watermark-setting .watermark-wrp .is-selected
|
||||
{
|
||||
color: $customStyleColor !important;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user