Make addons manager styles apply to about:addons
This commit is contained in:
parent
dac63f51a7
commit
f9fc50e329
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ See the above repository for updates as well as full license text. */
|
|||
/* Show addon management buttons without opening popup */
|
||||
|
||||
|
||||
@-moz-document url-prefix("chrome://mozapps/content/extensions/aboutaddons.html"){
|
||||
@-moz-document url-prefix("chrome://mozapps/content/extensions/aboutaddons.html"), url("about:addons"){
|
||||
|
||||
.addon-card-message{ margin-bottom: 0px !important; margin-top: 0px !important; }
|
||||
.card.addon{ padding-bottom: 0px !important; }
|
||||
|
|
|
@ -6,7 +6,7 @@ See the above repository for updates as well as full license text. */
|
|||
/* Compatible with addon_manage_buttons_without_popup.css */
|
||||
|
||||
|
||||
@-moz-document url-prefix("chrome://mozapps/content/extensions/aboutaddons.html"){
|
||||
@-moz-document url-prefix("chrome://mozapps/content/extensions/aboutaddons.html"), url("about:addons"){
|
||||
|
||||
:root{ overflow-x: hidden } /* Remove this if it causes horizontal scrolling problems */
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ See the above repository for updates as well as full license text. */
|
|||
/* You can use compact_addons_manager.css with this to make things even more, well, compact */
|
||||
/* Compatible with addon_manage_buttons_without_popup.css */
|
||||
|
||||
@-moz-document url-prefix("chrome://mozapps/content/extensions/aboutaddons.html"){
|
||||
@-moz-document url-prefix("chrome://mozapps/content/extensions/aboutaddons.html"), url("about:addons"){
|
||||
|
||||
:root{ overflow-x: hidden } /* Remove this if it causes horizontal scrolling problems */
|
||||
|
||||
|
|
Loading…
Reference in a new issue