逛奔的蜗牛

我不聪明,但我会很努力

   ::  :: 新随笔 ::  ::  :: 管理 ::
~/Library/Applicaion Support/Firefox/Profiles/xxx.default/chrome/userChrome.css
加入下面的代码:

/* merge the stop and reload buttons */

#stop-button[disabled="true"] { display:none; }
#stop-button:not([disabled]) + #reload-button { display:none; }

/*
 * 在标签加载时显示加载图标
 */
.tabbrowser-tabs *|tab[busy] .tab-icon {
  display:-moz-box;
}

/*
 * 4. 当鼠标盘旋在标签上时显示图标,隐藏默认标签图标
 */
.tabbrowser-tabs .tab-icon, .tabbrowser-tabs *|tab:not([image]):hover .tab-icon {
  display: none;
}

/*
.tabbrowser-tabs *|tab[image]:hover .tab-icon {
  display: -moz-box;
}
*/

posted on 2008-05-11 19:14 逛奔的蜗牛 阅读(488) 评论(0)  编辑 收藏 引用 所属分类: Mac

只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   博问   Chat2DB   管理