mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix bugs in styles
This commit is contained in:
parent
64a4734257
commit
db123dfcd3
@ -649,7 +649,9 @@ div.con header,
|
||||
.btn.ghost,
|
||||
.gui-settings,
|
||||
.bui-button.bui-button-transparent,
|
||||
.gui-settings-box
|
||||
.gui-settings-box,
|
||||
.pop-live .pl__head,
|
||||
.pop-live .pl__title
|
||||
{
|
||||
color: #eee !important;
|
||||
}
|
||||
@ -1307,7 +1309,8 @@ a.up-name:hover,
|
||||
#page-subs .action .sub-action,
|
||||
#page-channel-index .no-channel-container em,
|
||||
.bui-switch .bui-checkbox:checked+.bui-body .bui-dot,
|
||||
.bilibili-player-video-danmaku-setting-left-block-content .bilibili-player-block-filter-type.disabled .bilibili-player-block-filter-label
|
||||
.bilibili-player-video-danmaku-setting-left-block-content .bilibili-player-block-filter-type.disabled .bilibili-player-block-filter-label,
|
||||
.bui-select.bui-select-quality-menu .bui-select-item.bui-select-item-active
|
||||
{
|
||||
color: $customStyleColor !important;
|
||||
}
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
{
|
||||
fill: #8884;
|
||||
opacity: 0.5;
|
||||
transform-origin: center;
|
||||
transform-origin: center !important;
|
||||
}
|
||||
.gui-settings:hover
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user