您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

action-buttons-restyle.css 1.1KB

123456789101112131415161718192021222324
  1. /* Enable Page Action Button */
  2. #urlbar #page-action-buttons #pageActionButton { visibility: unset; }
  3. /* Hide Hover Zoom+ button */
  4. #urlbar #page-action-buttons #pageAction-urlbar-_92e6fe1c-6e1d-44e1-8bc6-d309e59406af_ { display: none; }
  5. /* Hide Multi-Account Containers button */
  6. #urlbar #page-action-buttons #pageAction-urlbar-_testpilot-containers { display: none; }
  7. /* Hide RES button */
  8. #urlbar #page-action-buttons #pageAction-urlbar-jid1-xufzosoflzsoxg_jetpack { display: none; }
  9. /* Hide reader view button when not active */
  10. #urlbar #page-action-buttons #reader-mode-button:not([readeractive="true"]) { display: none; }
  11. /* Hide default multifoxContainer label */
  12. #urlbar #page-action-buttons #userContext-label[value="Default"] { display: none; }
  13. /* Set multifoxContainer button color to default */
  14. #urlbar #page-action-buttons #userContext-label[value="Default"] + #userContext-indicator,
  15. #mainPopupSet menuitem.identity-icon-fingerprint[label="Default"] .menu-iconic-icon { fill: currentColor; }
  16. /* Set favorites icon color to default */
  17. #urlbar #page-action-buttons #star-button[starred] { fill: currentColor; }