millionart
小狐狸
小狐狸
  • UID36309
  • 注册日期2011-05-20
  • 最后登录2019-06-14
  • 发帖数34
  • 经验58枚
  • 威望0点
  • 贡献值24点
  • 好评度10点
阅读:1104回复:1

常规状态下去掉地址栏的输入框风格

楼主#
更多 发布于:2013-11-23 22:03
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
     
#urlbar, .searchbar-textbox
{
background-color: transparent !important;
border-width: 0px !important;
}
#urlbar:hover, .searchbar-textbox:hover
{
background-color: #ffffff !important;
border-width: 1px !important;
-moz-transition: background-color .40s ease, border-width .40s ease !important;
}
个人感觉浏览网页时能更专注

最新喜欢:

fang5566fang55...
紫焰蔷薇
火狐狸
火狐狸
  • UID38153
  • 注册日期2012-01-24
  • 最后登录2021-09-04
  • 发帖数221
  • 经验102枚
  • 威望0点
  • 贡献值36点
  • 好评度7点
  • 社区居民
  • 忠实会员
1楼#
发布于:2013-11-24 20:03
效果挺好的,要是支持其他主题就更好了。
游客

返回顶部