liuwei97121
小狐狸
小狐狸
  • UID35672
  • 注册日期2011-03-24
  • 最后登录2021-09-07
  • 发帖数9
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
阅读:4418回复:11

还是关于firefox4工具栏的问题,和3.6的工具栏对比

楼主#
更多 发布于:2011-03-25 15:41
今天特意用另外一台电脑上的3.6版本Firefox做了下对比,和我之前一台电脑上的同样的设置(因为都是我装的)

3.6版本的火狐工具栏界面



4.0版本同样情况下的火狐工具栏界面



这4.0的工具栏界面也太难看了吧,按钮是否可用也没有以前好辨认

4.0版的火狐工具栏按钮每个都自带一个边框和背景色,又大又难看,如何改回原来3.6的样子?
fang5566
管理员
管理员
  • UID3719
  • 注册日期2005-03-07
  • 最后登录2025-08-21
  • 发帖数18502
  • 经验4858枚
  • 威望5点
  • 贡献值4324点
  • 好评度1118点
  • 社区居民
  • 最爱沙发
  • 忠实会员
  • 终身成就
1楼#
发布于:2011-03-25 15:41
试试这个:
.toolbarbutton-1 > .toolbarbutton-menubutton-button,
.toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker,
.toolbarbutton-1 {
	background: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
}
Firefox More than meets your experience
liuwei97121
小狐狸
小狐狸
  • UID35672
  • 注册日期2011-03-24
  • 最后登录2021-09-07
  • 发帖数9
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
2楼#
发布于:2011-03-25 15:41
fang5566:试试这个:
.toolbarbutton-1 > .toolbarbutton-menubutton-button,
.toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker,
.toolbarbutton-1 {
	background: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
}
回到原帖

谢谢,已经知道怎么用了,原来是装stylish用的

已经试过了,使用这个确实能去掉工具栏按钮的边框


但是,如之前一个帖子提到,firefox4中如果不选择将标签页置顶的话,工具栏就会和标题栏混在一起,变得有透明效果,很难看


标签页默认置顶时,工具栏不透明




不选择置顶后,工具栏和标题栏混在一起透明了,这是桌面背景是window7默认墙纸的情况下

greatoe
小狐狸
小狐狸
  • UID29572
  • 注册日期2009-07-10
  • 最后登录2012-02-03
  • 发帖数9
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
3楼#
发布于:2011-03-25 15:41
边框是去掉了,能不能再多点要求?把边框占据的屏幕空间(像素)也腾出来?
白左
千年狐狸
千年狐狸
  • UID34985
  • 注册日期2010-12-29
  • 最后登录2025-04-27
  • 发帖数2040
  • 经验656枚
  • 威望0点
  • 贡献值364点
  • 好评度69点
  • 社区居民
  • 忠实会员
4楼#
发布于:2011-03-25 15:41
显示书签栏的情况下,现在Fx是浏览空间最大的了www
-いたんですか? -ええ、ずっと
alanfly
千年狐狸
千年狐狸
  • UID31035
  • 注册日期2009-11-10
  • 最后登录2025-04-23
  • 发帖数2783
  • 经验595枚
  • 威望1点
  • 贡献值132点
  • 好评度108点
  • 社区居民
  • 最爱沙发
  • 忠实会员
5楼#
发布于:2011-03-25 15:41
greatoe:边框是去掉了,能不能再多点要求?把边框占据的屏幕空间(像素)也腾出来?回到原帖
.toolbarbutton-1 > .toolbarbutton-menubutton-button,
.toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker,
.toolbarbutton-1 {
   background: none !important;
   box-shadow: none !important;
   border-color: transparent !important; 
   padding:0px !important;
   margin:0px !important;
}
greatoe
小狐狸
小狐狸
  • UID29572
  • 注册日期2009-07-10
  • 最后登录2012-02-03
  • 发帖数9
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
6楼#
发布于:2011-03-25 15:41
alanfly
.toolbarbutton-1 > .toolbarbutton-menubutton-button,
.toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker,
.toolbarbutton-1 {
   background: none !important;
   box-shadow: none !important;
   border-color: transparent !important; 
   padding:0px !important;
   margin:0px !important;
}
回到原帖


十分感谢,不会写代码真是不行。

再请教一下,去掉边框后,rollover的效果没有了,是否还能加上?
alanfly
千年狐狸
千年狐狸
  • UID31035
  • 注册日期2009-11-10
  • 最后登录2025-04-23
  • 发帖数2783
  • 经验595枚
  • 威望1点
  • 贡献值132点
  • 好评度108点
  • 社区居民
  • 最爱沙发
  • 忠实会员
7楼#
发布于:2011-03-25 15:41
.toolbarbutton-1 > .toolbarbutton-menubutton-button,
.toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker,
.toolbarbutton-1 {
   background: none !important;
   box-shadow: none !important;
   border-color: transparent !important;
   padding:0px !important;
   margin:0px !important;
} 
toolbarbutton:hover:not([disabled="true"]) {
  border-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight !important;
}
greatoe
小狐狸
小狐狸
  • UID29572
  • 注册日期2009-07-10
  • 最后登录2012-02-03
  • 发帖数9
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
8楼#
发布于:2011-03-25 15:41
问题全部解决,感谢alanfly  
greatoe
小狐狸
小狐狸
  • UID29572
  • 注册日期2009-07-10
  • 最后登录2012-02-03
  • 发帖数9
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
9楼#
发布于:2011-03-25 15:41
升级到Firefox8之后,按钮边框又回来了,上面的代码不管用了,请大侠们再帮帮忙,先谢过了。
cinhoo
狐狸大王
狐狸大王
  • UID31676
  • 注册日期2010-01-21
  • 最后登录2019-01-08
  • 发帖数330
  • 经验15枚
  • 威望0点
  • 贡献值0点
  • 好评度6点
  • 社区居民
  • 忠实会员
10楼#
发布于:2011-03-25 15:41
右键-定制-小图标
默认没有边框
PS:win下,mac不知
【 在 hailongchang (novice) 的大作中提到: 】 上了Firefox这艘贼船就很难再下来了,我当年是报着试一试的心态用了下Firefox,当然包括当时一些如日中天的插件,这一用就抛弃IE了。几年过后,发现IE8也还不错,但是就是怎么都用不管,Firefox连同上面的那些插件已经彻底绑架了我的习惯,用别的浏览器觉得巨不爽,包括Chrome
greatoe
小狐狸
小狐狸
  • UID29572
  • 注册日期2009-07-10
  • 最后登录2012-02-03
  • 发帖数9
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
11楼#
发布于:2011-03-25 15:41
cinhoo:右键-定制-小图标
默认没有边框
PS:win下,mac不知
回到原帖

firefox for mac 的默认小图标是有边框的,只有在“图标+文字”时是没边框的,但我又不想要文字。
游客

返回顶部