阅读:2437回复:6
求助:如何让标签栏只显示图标不显示名字
.tab-text{color: transparent !important; text-shadow: none !important;}
这是改成透明的了。怎么隐藏? |
|
1楼#
发布于:2011-04-19 22:37
不错的代码,用了,呵呵
|
|
|
2楼#
发布于:2011-04-19 22:37
好帖,楼上的style和LSSS的代码很帅气
另外,那个style居然是全局的,连选项里的tab都变得和标签一样了 LSSS的代码要能实现动态缩放就更好了 ![]() |
|
3楼#
发布于:2011-04-19 22:37
runking:标签-自动缩放 style上有个Faviconize Tabs |
|
4楼#
发布于:2011-04-19 22:37
runking:标签-自动缩放 赞!!!!!!! |
|
|
5楼#
发布于:2011-04-19 22:37
标签-自动缩放
.tabbrowser-tab:not([selected="true"]):not(:hover) { min-width: -moz-min-content !important; -moz-box-flex: 0 !important; } .tabbrowser-tab:not([selected="true"]):not(:hover) .tab-text, .tabbrowser-tab:not([selected="true"]):not(:hover) .tab-close-button { display: none !important; } 忘了从那里复制的了 |
|
6楼#
发布于:2011-04-19 22:37
display:none
|
|
|