본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

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

자세히 살펴보기

Update 133 cause colored taskbar to become plain white

  • 답글 없음
  • 0 이 문제를 만남
more options

I recently got norice that Firefox needed updating so I clicked on ok. When it got done updating, Firefox opened with my tabs but the tab spacing was gone as as well as there was no color in the Title bar and menu area, which was normally light blue to match Windows 10 22H2 backbrond I have. I looked at enabling the legacy support in about:config but it was already enabled. I use a Chrome UserChrome.css file that allows the tabs to have just a bit of space between them and rounded edges. I have vision issues and this made it so I could see open tabs and distinguish them.

This is the userChrome.css file I used: .titlebar-color{ color: AccentColorText !important; background-color: AccentColor; }

.tab-background{ border-radius: 8px 5px !important; margin-bottom: 2px !important; margin-top: 1px !important; } /* NEWTAB button */

  1. new-tab-button,
  2. tabs-newtab-button {
fill: red !important;
background-color: rgba(255,255,255,.7) !important;

}

/* NEWTAB button - hover */

  1. new-tab-button:hover,
  2. tabs-newtab-button:hover {
 fill: white !important;
 background-color: rgba(255,0,0,.7) !important;

} .tabbrowser-tab:not([selected=true]):not([multiselected=true]) .tab-background{ background-color: color-mix(in srgb, currentColor 25%, transparent); } menupopup > menu, menupopup > menuitem{ padding-block: 2px !important; min-height: 0px !important; }

root{

--arrowpanel-menuitem-padding: 2px !important; } I attached Firefox with white colored Title bar and Waterfox with colored title bar for example. Is there some setting in the about:config I am missing that was changed from 132 to 133 version? Thank you very much Vernon

I recently got norice that Firefox needed updating so I clicked on ok. When it got done updating, Firefox opened with my tabs but the tab spacing was gone as as well as there was no color in the Title bar and menu area, which was normally light blue to match Windows 10 22H2 backbrond I have. I looked at enabling the legacy support in about:config but it was already enabled. I use a Chrome UserChrome.css file that allows the tabs to have just a bit of space between them and rounded edges. I have vision issues and this made it so I could see open tabs and distinguish them. This is the userChrome.css file I used: .titlebar-color{ color: AccentColorText !important; background-color: AccentColor; } .tab-background{ border-radius: 8px 5px !important; margin-bottom: 2px !important; margin-top: 1px !important; } /* NEWTAB button */ #new-tab-button, #tabs-newtab-button { fill: red !important; background-color: rgba(255,255,255,.7) !important; } /* NEWTAB button - hover */ #new-tab-button:hover, #tabs-newtab-button:hover { fill: white !important; background-color: rgba(255,0,0,.7) !important; } .tabbrowser-tab:not([selected=true]):not([multiselected=true]) .tab-background{ background-color: color-mix(in srgb, currentColor 25%, transparent); } menupopup > menu, menupopup > menuitem{ padding-block: 2px !important; min-height: 0px !important; } :root{ --arrowpanel-menuitem-padding: 2px !important; } I attached Firefox with white colored Title bar and Waterfox with colored title bar for example. Is there some setting in the about:config I am missing that was changed from 132 to 133 version? Thank you very much Vernon
첨부된 스크린샷

글에 답글을 달기 위해서는 계정으로 로그인해야만 합니다. 계정이 아직 없다면 새로운 질문을 올려주세요.