Skip to content

Commit

Permalink
Clarify the status of extensions in the Add-ons Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Lootyhoof committed Feb 22, 2020
1 parent 04cd9cb commit 64b2cbe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/chrome/mozapps/extensions/extensions.css
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,13 @@
background-repeat: repeat-x;
}

.addon-view[notification="warning"][native="false"] {
background-image: url("chrome://mozapps/skin/extensions/stripes-compatibility.png"),
linear-gradient(rgba(255, 128, 0, 0.04),
rgba(255, 128, 0, 0));
background-repeat: repeat-x;
}

.addon-view[notification="error"] {
background-image: url("chrome://mozapps/skin/extensions/stripes-error.png"),
linear-gradient(rgba(255, 0, 0, 0.04),
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 64b2cbe

Please sign in to comment.