Fix bug in dark style

This commit is contained in:
the1812 2018-10-23 19:50:47 +08:00
parent 93491e505a
commit 6ea8f421ec
4 changed files with 17 additions and 17 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -3,7 +3,7 @@
.p-relative.gold-seed-store.over-hidden .content,
.live-btn.default,
.collapse-subitem--active,
.invtable tr:nth-child(odd) td
.invtable tr:nth-child(odd) td
{
background-color: #222 !important;
}
@ -13,7 +13,7 @@
.help-box,
.right-action-ctnr.pointer.dp-i-block.primary.btn.p-relative .btn.primary,
.code-content,
.invtable .codedone
.invtable .codedone
{
background-color: #444 !important;
}
@ -29,7 +29,7 @@
// {
// background-color: #fff1 !important;
// }
.live-haruna .section-stage .stage-wrap
.live-haruna .section-stage .stage-wrap
{
background-image: none !important;
}
@ -63,7 +63,7 @@
.main_body .future .future_list .future_block .info .loca,
.edit-button > span,
.room-introduction-content.empty,
.invitation-subtitle
.invitation-subtitle
{
color: #aaa !important;
}
@ -86,7 +86,7 @@
.invitation-title,
.code-btn,
table.invtable td,
.invtable .codedone
.invtable .codedone
{
color: #eee !important;
}
@ -112,12 +112,12 @@ table.invtable td,
.record-ctnr .summary,
.help-list,
.help-box,
.code-result
.code-result
{
border-color: transparent !important;
}
.link-input,
.add-cover
.add-cover
{
border-color: #aaa !important;
}
@ -196,9 +196,9 @@ table.invtable td,
// opacity: 1 !important;
// }
.add-cover:hover,
.category:hover,
.category:not(.gui-settings-content .category):hover,
.data-card .data-box .tab .fan-tab.current:after,
.data-card .fans-box .tab .fan-tab.current:after
.data-card .fans-box .tab .fan-tab.current:after
{
border-color: $customStyleColor !important;
}
@ -210,7 +210,7 @@ table.invtable td,
.popup-close-btn,
.helper-icon-dots,
.code-btn,
.code-btn:hover
.code-btn:hover
{
background-color: $customStyleColor !important;
}
@ -220,12 +220,12 @@ table.invtable td,
.bili-blue,
.text-blue,
.save-btn.active,
.category:hover,
.category:not(.gui-settings-content .category):hover,
.help-title,
.collapse-item--active .collapse-title,
.help-subindex,
.drop-menu-item:hover,
icon-label.hover-text-blue:hover .label
icon-label.hover-text-blue:hover .label
{
color: $customStyleColor !important;
}