Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

Commit

Permalink
Add support for loading image in Firefox 48+
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyrat committed Jul 25, 2016
1 parent 9740bc4 commit 81de069
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Firefox addon/KeeFox/chrome/skin/panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -340,15 +340,15 @@ display: block;
#KeeFox-PanelSubSection-PasswordProfileList[loading]
{
height:32px;
background-image: url("chrome://browser/skin/tabbrowser/loading.png");
background-image: url("chrome://global/skin/icons/loading.png"),url("chrome://browser/skin/tabbrowser/loading.png");
background-repeat:no-repeat;
background-position:50% 8px;
}

#keefox-uninstall-helper-submit-container {
min-width:620px;
height:200px;
background-image: url("chrome://browser/skin/tabbrowser/loading.png");
background-image: url("chrome://global/skin/icons/loading.png"),url("chrome://browser/skin/tabbrowser/loading.png");
background-repeat:no-repeat;
background-position:50% 92px;
}
Expand Down
2 changes: 1 addition & 1 deletion Firefox addon/KeeFox/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<Description about="urn:mozilla:install-manifest">
<em:id>[email protected]</em:id>
<em:version>1.6.2b1</em:version>
<em:version>1.6.3b1</em:version>
<em:type>2</em:type>
<em:unpack>true</em:unpack>
<em:multiprocessCompatible>true</em:multiprocessCompatible>
Expand Down

0 comments on commit 81de069

Please sign in to comment.