Where is my separate STOP and RELOAD button
There used to be a solution via userChrome.css: /* separate stop and reload buttons */ reload-button, #stop-button { display: -moz-box !important; } The ab… (ďalšie informácie)
There used to be a solution via userChrome.css:
/* separate stop and reload buttons */
- reload-button, #stop-button {
display: -moz-box !important;
}
The above workaround no longer provides separate stop and reload buttons on the browser in the latest version of firefox.