hill
狐狸大王
狐狸大王
  • UID4423
  • 注册日期2005-03-26
  • 最后登录2020-09-09
  • 发帖数344
  • 经验131枚
  • 威望0点
  • 贡献值90点
  • 好评度3点
  • 社区居民
  • 忠实会员
阅读:1555回复:2

这个脚本怎么改才能去掉personas的背景

楼主#
更多 发布于:2011-02-21 21:01
Firefox 4 Addonbar Simple transparent style脚本可以支持personas的背景,但我恰恰不想要这种效果,而是在使用personas的时候addonbar上还是默认主题的背景。请问怎么修改。
http://userstyles.org/styles/43235

#browser-bottombox {
  position: fixed;
  bottom: 0px;
  width: auto;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 1px;
  -moz-box-shadow: 0 0 5px #000000;
  background: -moz-Dialog;
  -moz-transition: bottom .25s ease, opacity 0.25s ease !important;
  opacity: 0.4;
}

#browser-bottombox:hover {opacity: 1 !important}

#browser-bottombox {
  right: 0px;
  -moz-border-radius: 7px 0 0 0;
  background-position: right bottom !important;
}

#addon-bar > #status-bar > .statusbar-resizerpanel {
  position: relative;
  margin-right:-4px;
}

#addonbar-closebutton {display: none !important;}

/*#addon-bar > #status-bar > statusbarpanel {display: none !important;}*/

#addon-bar {-moz-appearance: menuitem !important;}

#FindToolbar {border-top: none !important;}
z1581306xxxx
小狐狸
小狐狸
  • UID35205
  • 注册日期2011-02-06
  • 最后登录2011-11-07
  • 发帖数44
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
1楼#
发布于:2011-02-21 21:01
修改脚本或添加一个新的样式:
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#browser-bottombox {
  background: -moz-Dialog  !important;
}
hill
狐狸大王
狐狸大王
  • UID4423
  • 注册日期2005-03-26
  • 最后登录2020-09-09
  • 发帖数344
  • 经验131枚
  • 威望0点
  • 贡献值90点
  • 好评度3点
  • 社区居民
  • 忠实会员
2楼#
发布于:2011-02-21 21:01
谢谢了,非常管用。
游客

返回顶部