浏览代码

Fix the whole help button changing color

master
Fen Dweller 6 年前
父节点
当前提交
6693d10010
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      macrovision.css

+ 2
- 2
macrovision.css 查看文件

@@ -410,7 +410,7 @@ body.toggle-bottom-name .bottom-name {
padding-top: 1pt;
}

#open-help.highlighted::before {
#open-help.highlighted::after {
position: absolute;
top: 0;
left: 0;
@@ -418,7 +418,7 @@ body.toggle-bottom-name .bottom-name {
display: block;
height: 100%;
width: 100%;
background: white;
background: inherit;
filter: drop-shadow(0px 0px 10px white) drop-shadow(0px 0px 10px white);
z-index: -1;
animation: pulsing 5s linear 0s infinite;


正在加载...
取消
保存