From 9092f05162abb6b72dab5c4ce7940bf77ecbb9ce Mon Sep 17 00:00:00 2001 From: Coulomb <965145921@qq.com> Date: Thu, 6 Dec 2018 15:57:29 +0800 Subject: [PATCH] https://live.bilibili.com/p/eden/area-tags?parentAreaId=2&areaId=0&visit_id=373g7fy0qau0#/2/0 --- style/dark/dark-slice-5.scss | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/style/dark/dark-slice-5.scss b/style/dark/dark-slice-5.scss index d490a41bc..782dc064a 100644 --- a/style/dark/dark-slice-5.scss +++ b/style/dark/dark-slice-5.scss @@ -69,7 +69,8 @@ .dropdown__content, .ivu-input-costom-width .ivu-input-wrapper .ivu-input-wrapper-default .ivu-input-type .ivu-input, .ivu-form-item-error .ivu-input-group-append, -.ivu-form-item-error .ivu-input-group-prepend +.ivu-form-item-error .ivu-input-group-prepend, +.tags-box .tag { background-color: #444 !important; } @@ -241,7 +242,11 @@ table.invtable td, .ivu-form .ivu-form-item-label, .ivu-btn-primary.active, .ivu-btn-primary:active, -.ivu-btn-primary:hover +.ivu-btn-primary:hover, +.tag-default.current, +.tag-default:active, +.tag-default:hover, +.tag-default { color: #eee !important; } @@ -299,7 +304,10 @@ table.invtable td, .ivu-input-costom-width .ivu-input-wrapper .ivu-input-wrapper-default .ivu-input-type .ivu-input, .about-index .about-desc, .apply-form .btn, .apply-form .btn:hover, -.main-footer .link-item +.main-footer .link-item, +.tag-default.current, +.tag-default:active, +.tag-default { border-color: transparent !important; } @@ -422,7 +430,10 @@ table.invtable td, .tabs_active-bar, .tabs-nav .active, .apply-form .btn, -.apply-form .btn:hover +.apply-form .btn:hover, +.tag-default.current, +.tag-default:active, +.tag-default:hover { background-color: $customStyleColor !important; }