Skip to content

Commit

Permalink
fix(dark style): 原版顶栏搜索框不够明显
Browse files Browse the repository at this point in the history
  • Loading branch information
LonelySteve committed Dec 4, 2020
1 parent 1eaa83c commit 007e527
Showing 1 changed file with 32 additions and 22 deletions.
54 changes: 32 additions & 22 deletions src/style/dark/dark-slice-10.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@
.notice-info-wrapper .notice-info-title,
.ep-item.v4.cursor .ep-pub,
.chasing-frame-cntr .chasing,
.chat-history-panel .chat-history-list .chat-item.superChat-card-detail .card-item-middle-top .card-item-middle-top-right {
.chat-history-panel
.chat-history-list
.chat-item.superChat-card-detail
.card-item-middle-top
.card-item-middle-top-right {
@include color("e");
}

Expand Down Expand Up @@ -589,25 +593,25 @@
&:before {
@include to-theme("blue");
}
&.bilibili-player-blink {
@include theme-color();
}
}
&-blink {
@include color("e");
.bilibili-player-tips {
@include theme-background-color();
&.bilibili-player-blink {
@include theme-color();
}
}
&:hover,
&:active {
@include theme-color();
&-blink {
@include color("e");
.bilibili-player-tips {
@include theme-background-color();
}
&:hover,
&:active {
@include theme-color();
}
}
}
.bilibili-player-tips {
@include foreground-color();
}
}
.bilibili-player-tips {
@include foreground-color();
}
}
.bilibili-player-video-quality-menu .bilibili-player-bigvip {
@include foreground-color();
}
Expand Down Expand Up @@ -784,7 +788,11 @@
background-image: none !important;
}

.danmaku-wrap .player-auxiliary-area .player-auxiliary-danmaku-wrap .player-auxiliary-danmaku-list .danmaku-info-row-code {
.danmaku-wrap
.player-auxiliary-area
.player-auxiliary-danmaku-wrap
.player-auxiliary-danmaku-list
.danmaku-info-row-code {
background: #ffa20011 !important;
}

Expand Down Expand Up @@ -890,7 +898,7 @@
}
}
}
.bili-checkbox:checked+span:before {
.bili-checkbox:checked + span:before {
@include theme-background-color();
@include foreground-color();
@include border-color();
Expand Down Expand Up @@ -928,16 +936,18 @@
}
.international-header .nav-search {
#nav_searchform {
@include background-color();
border-bottom: 1.5px solid!important;
@include background-color("2");
}
.nav-search-keyword {
@include foreground-color();
}
.nav-search-btn {
@include background-color();
@include background-color("3");
.nav-search-submit {
@include color("a");
}
&:hover .nav-search-submit {
@include color("e");
}
}
}
}

0 comments on commit 007e527

Please sign in to comment.