MalcKear
千年狐狸
千年狐狸
  • UID35386
  • 注册日期2011-03-05
  • 最后登录2020-03-02
  • 发帖数1348
  • 经验131枚
  • 威望0点
  • 贡献值16点
  • 好评度10点
  • 社区居民
  • 忠实会员
阅读:1755回复:4

请帮忙修复下 ’https协议地址栏变色‘ 样式

楼主#
更多 发布于:2016-01-04 19:31
/*Https协议地址栏变色*/
#urlbar[level="low"]{
background-color: #FFFFB7 !important;
}
 
#urlbar[level="high"]{
background-color: #DDF9CC !important;
}
 
#urlbar[level="broken"]{
background-color: #F7DFDF !important;
}

最新喜欢:

railgunrailgu... millionartmillio...
MalcKear
千年狐狸
千年狐狸
  • UID35386
  • 注册日期2011-03-05
  • 最后登录2020-03-02
  • 发帖数1348
  • 经验131枚
  • 威望0点
  • 贡献值16点
  • 好评度10点
  • 社区居民
  • 忠实会员
1楼#
发布于:2016-01-05 13:10
感谢楼上各位!
贴吧的@柏拉图样图森破  提供的CSS
新版完整:
#urlbar{
position: relative!important;
z-index: 233!important;
}
#identity-box::before {
content: ''!important;
position: absolute!important;
height: 100%!important;
width: 100%!important;
top: 0!important;
right: 0!important
bottom: 0!important;
left: 0!important;
z-index: -1!important
}
#identity-box.weakCipher::before {
background-color: #FFFFB7 !important;
}
#identity-box.verifiedDomain::before {
background-color: #DDF9CC !important;
}
#identity-box.mixedDisplayContent::before {
background-color: #F7DFDF !important;
}
游客

返回顶部