Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

Need to increase the font size of tabs

  • 8 답장
  • 2 이 문제를 만남
  • 150 보기
  • 최종 답변자: pcbjr

more options

Basically, I need to figure out how to increase the font size in tabs (using about:config or some other mechanism). I can't find an add-on or extension that'll do this - all I want is a larger font for the open tabs.

Basically, I need to figure out how to increase the font size in tabs (using about:config or some other mechanism). I can't find an add-on or extension that'll do this - all I want is a larger font for the open tabs.

선택된 해결법

How about (I combined your rules together):

#PlacesToolbarItems, 
#sidebar-search-container #search-box, 
.sidebar-placesTree {
  font-size: 15px !important; 
  font-weight: bold !important; 
}

label.tab-text {
  font-size: 15px !important; 
}
문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (8)

more options

Additional Info

I was able to get my bookmarks to increase size and be bold using these in the chrome folder -

  1. PlacesToolbarItems, #sidebar-search-container #search-box, .sidebar-placesTree { font-size: 15px !important; }
  1. PlacesToolbarItems, #sidebar-search-container #search-box, .sidebar-placesTree { font-weight: bold !important; }

Maybe a similar way to get the font size in the tabs to be bigger?

more options

선택된 해결법

How about (I combined your rules together):

#PlacesToolbarItems, 
#sidebar-search-container #search-box, 
.sidebar-placesTree {
  font-size: 15px !important; 
  font-weight: bold !important; 
}

label.tab-text {
  font-size: 15px !important; 
}
more options

OK - I'm going to try this and I'll let you know how it works!

more options

It works! Thank you so much! Phil

more options

From one lawyer to another - Thanks!

Now, if I could only figure out how to get a very light blue background to my toolbars and curved tabs, I'd feel great!

I did bold the Tabs with this after you got me to a readable size font, btw:

label.tab-text {

font-weight: bold !important;

}

Again - Thanks, and if you know how to get some mild color in the toolbars, please let me know - the Extensions available are too "dark" and "brisk" ...

more options

Counselor, for a pale blue background to the toolbar area, I suggest browsing the themes section of the Add-ons site. Here's a sample search to get you started:

https://addons.mozilla.org/firefox/search/?platform=mac&q=light+blue&type=persona

The curved tabs part is a bit of work because image files are used for the corners. You can take a look at this one and try the "Light" theme variant to see if that is compatible:

https://github.com/wilfredwee/photon-australis

Does it work??

more options

Thanks. I've been looking at themes as time allows for a few days and just can't find the "right" one, but that's just going to have to continue, I suppose. As for the tabs, the "Light" theme is very big and seems to be geared to Windows (?). I did try this portion: {

 --tab-curve-width: 30px;
 --tabs-border: transparent !important;

} which did nothing. Do you suggest I copy the entire 215 lines into my chrome? If so, on a Mac should I include the "root" at the very beginning? Thanks again for your very kind assistance!

more options

Hey!

I got the curved tab to work - just used the entire 215 lines! Thanks! One more question - Any way to give different colors to the buttons (home, bookmarks, history etc.)? i.e., these: https://prod-cdn.sumo.mozilla.net/uploads/images/2018-03-03-06-15-24-190ad7.png

글쓴이 pcbjr 수정일시