|
阅读:1698回复:1
有同学用Foxdie的么?关闭按钮默认在左边怎么办?
RT,网站图标在右边,关闭按钮在左边,看着特别扭
图片:屏幕快照 2012-04-21 下午10.06.35.png |
|
|
1楼#
发布于:2012-04-21 22:11
用这个代码搞定了
.tab-content {
-moz-box-direction: normal !important;
}
.tab-close-button {
-moz-margin-start: 2px !important;
-moz-margin-end: 0 !important;
}
.tabbrowser-tab:not([pinned]) .tab-text {
margin-left: 3px !important;
margin-right: 3px !important;
} |
|
