mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Merge branch 'hotfix#1-v1.12.4' of https://github.com/the1812/Bilibili-Evolved into hotfix#1-v1.12.4
This commit is contained in:
commit
04ba38c9df
2
min/dark.min.css
vendored
2
min/dark.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -205,6 +205,7 @@
|
||||
@include theme-color();
|
||||
}
|
||||
}
|
||||
|
||||
.player-auxiliary {
|
||||
&-btn-playlist-order:hover path {
|
||||
@include theme-stroke();
|
||||
@ -212,6 +213,9 @@
|
||||
&-playlist-item-img {
|
||||
@include no-image;
|
||||
}
|
||||
&-playlist-item.player-auxiliary-playlist-item-active .player-auxiliary-playlist-item-title-prefix {
|
||||
@include to-theme("blue");
|
||||
}
|
||||
}
|
||||
.remd-video-card .card-box .pic-box {
|
||||
@include background-color("4");
|
||||
@ -469,3 +473,31 @@ a {
|
||||
}
|
||||
}
|
||||
}
|
||||
.bb-comment {
|
||||
.comment-send .comment-emoji {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
.comment-send-lite.comment-send-lite {
|
||||
@include background-color("4");
|
||||
}
|
||||
.loading-state {
|
||||
@include color("a");
|
||||
}
|
||||
}
|
||||
.toolbar-box {
|
||||
.emoji-btn.active,
|
||||
.emoji-btn:hover,
|
||||
.pic-box.active,
|
||||
.pic-box:hover,
|
||||
.at-icon:hover,
|
||||
.icon-topic:hover,
|
||||
.icon-vote.active,
|
||||
.icon-vote:hover,
|
||||
.icon-schedule.active,
|
||||
.icon-schedule:hover {
|
||||
@include to-theme("blue");
|
||||
}
|
||||
.static-popup .bp-arrow {
|
||||
background: none !important;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user