johngraciliano / simplewhite

A minimal theme for Mozilla Firefox.
https://addons.mozilla.org/addon/simplewhitex/
Mozilla Public License 2.0
44 stars 4 forks source link

Moving a page refresh button #45

Closed 100fanti closed 6 years ago

100fanti commented 7 years ago

Page refresh button has been moved to another location in 55.0a1 (2017-05-14)

2017-05-16_082435

+update for https://github.com/johngraciliano/simplewhite/issues/39

suishouen commented 7 years ago

This is because Bug 1364090: Detach the reload and stop buttons from the location bar (https://bugzilla.mozilla.org/show_bug.cgi?id=1364090) has landed.

Until johngraciliano will fix the problem, try adding the following to userChrome.css.

#reload-button {
  list-style-image: url("chrome://browser/skin/Toolbar.png");
  -moz-image-region: rect(0px, 90px, 18px, 72px);
}

#stop-button{
  list-style-image: url("chrome://browser/skin/Toolbar.png");
  -moz-image-region: rect(0px, 108px, 18px, 90px);
}

#reload-button:not([displaystop]) + #stop-button, #reload-button[displaystop] {
  visibility: collapse;
}
100fanti commented 7 years ago

New changes in 55.0a1

1

3

suishouen commented 7 years ago

/ 1st Issue / Try the follwing:

.toolbarbutton-menu-dropmarker {
  visibility: collapse;
}

/ 2nd issue / To solve this issue, you have to fix up "/whitefox/browser/customizableui/panelUI.css".