搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Is there a way to disable tab font smoothing (maybe with userchrome.css)?

  • 2 个回答
  • 5 人有此问题
  • 5 次查看
  • 最后回复者为 ale82to

more options

hello everyone I've just switched from chrome to ff and I'm very satisfied. Just one problem, is there a way to disable tab font smoothing (maybe with userchrome.css)? I've changed the colour of tab font (with userchrome.css) to white to improve readability but with white text is too bold. thanks !!

hello everyone I've just switched from chrome to ff and I'm very satisfied. Just one problem, is there a way to disable tab font smoothing (maybe with userchrome.css)? I've changed the colour of tab font (with userchrome.css) to white to improve readability but with white text is too bold. thanks !!

由NoahSUMO于修改

所有回复 (2)

more options

Can you attach a screenshot?

Use a compressed image type like PNG or JPG to save the screenshot.

Is there some text-shadow used?

If you are familiar with using the DOM Inspector then you can check the CSS code of the tab text.

more options

hey thanks for the quick reply. here's a screenshot http://www.mediafire.com/view/?c2a2l69ci5zbq#bt6qrwr6ku8m5n6 i think we just have to add some antialiasing in the userchrome.css? but i don't know the code. here's my modified userchrome.css

   /* Inactive Tab */
   tab:not([selected="true"]) {
     color:white !important;}
   /* Tab while loading */
   tab[busy] {
     color: blue !important;}
tab .tab-text {
 font-size: 12px !important;
}
/* tab font */ 
tab .tab-text {
font-family:Verdana !important; 
} 

i read somewhere else the problem is more evident with white text on dark background

thanks

由NoahSUMO于修改