Skip to content

Commit

Permalink
Remove 'restart now' link for uninstalled scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
arantius committed Apr 20, 2011
1 parent ba7388d commit 139b00b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions skin/addons4.css
Expand Up @@ -25,3 +25,8 @@ page.greasemonkey #addon-list-empty,
page.greasemonkey #user-script-list-empty {
display: -moz-box;
}

/* Hide the 'restart now' link for user scripts. */
.greasemonkey #addon-list button[command=cmd_restartApp] {
display: none;
}

0 comments on commit 139b00b

Please sign in to comment.