Skip to content
This repository has been archived by the owner on Nov 21, 2021. It is now read-only.

Commit

Permalink
Force "Reload in address bar" to be the last icon (#52)
Browse files Browse the repository at this point in the history
Forces the reload button icon of some extensions to always appear at the end of extension icons, because sometimes installing new PageAction extensions or just toggling their appearance can make other icons shift position.
  • Loading branch information
Madis0 authored and Tim Van den Eynde committed Oct 29, 2017
1 parent e6515c3 commit e526cfe
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions extensions/force-reload-in-address-bar-to-end.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*
* Forces the reload button icon by extensions
* https://addons.mozilla.org/en-US/firefox/addon/reload-in-address-bar/
* https://addons.mozilla.org/en-US/firefox/addon/australis-refresh-in-url-bar/
* https://addons.mozilla.org/en-US/firefox/addon/reload-in-urlbar/
* to always appear at the end of extension icons, because sometimes installing
* new PageAction extensions or just toggling their appearance can make other
* icons shift position.
*
* Contributor(s): Madis0
*/

.webextension-page-action[id="_e1ed7a80-7c11-4f7e-968b-79b551a0067f_-page-action"],
.webextension-page-action[id="_7afe2ae8-0244-48d6-8007-6aadad9a6090_-page-action"],
.webextension-page-action[id="reload-in-urlbar_exe-boss-page-action"] {
-moz-box-ordinal-group: 99 !important;
}

0 comments on commit e526cfe

Please sign in to comment.