diff --git a/app/scripts/fetch_xulrunner b/app/scripts/fetch_xulrunner index da7398b0b7..c3e9701c29 100755 --- a/app/scripts/fetch_xulrunner +++ b/app/scripts/fetch_xulrunner @@ -271,6 +271,9 @@ function modify_omni { echo 'addon-details > button-group { display: none !important; }' >> $file # Hide "Debug Addons" and "Manage Extension Shortcuts" echo 'panel-item[action="debug-addons"], panel-item[action="reset-update-states"] + hr, panel-item[action="manage-shortcuts"] { display: none }' >> $file + # Show cursor feedback on plugin homepage links + echo '.addon-detail-row-homepage .text-link { cursor: pointer; color: -moz-nativehyperlinktext; }' >> $file + echo '.addon-detail-row-homepage .text-link:hover { text-decoration: underline; }' >> $file file="chrome/toolkit/content/mozapps/extensions/aboutaddons.js" # Hide unsigned-addon warning