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

Commit

Permalink
1.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Aris-t2 committed Oct 24, 2018
1 parent 6ecb4b5 commit a3c2575
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"addons": {
"ClassicThemeRestorer@ArisT2Noia4dev": {
"updates": [
{ "version": "1.7.7.7.2",
"update_link": "https://github.com/Aris-t2/ClassicThemeRestorer/releases/download/1.7.7.7/CTR_v1.7.7.7.2.xpi",
{ "version": "1.7.8",
"update_link": "https://github.com/Aris-t2/ClassicThemeRestorer/releases/download/1.7.8/CTR_v1.7.8.xpi",
"applications": {
"gecko": { "strict_min_version": "45" }
}
Expand Down
4 changes: 2 additions & 2 deletions updates.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@

<RDF:li>
<RDF:Description>
<em:version>1.7.7.7.2</em:version>
<em:version>1.7.8</em:version>

<em:targetApplication>
<RDF:Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>45.*</em:minVersion>
<em:maxVersion>64.*</em:maxVersion>

<em:updateLink>https://github.com/Aris-t2/ClassicThemeRestorer/releases/download/1.7.7.7/CTR_v1.7.7.7.2.xpi</em:updateLink>
<em:updateLink>https://github.com/Aris-t2/ClassicThemeRestorer/releases/download/1.7.8/CTR_v1.7.8.xpi</em:updateLink>

</RDF:Description>
</em:targetApplication>
Expand Down
6 changes: 6 additions & 0 deletions xpi/content/css/win8/smallnavbutextra.css
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,12 @@
width: unset !important;
}

/**/
#main-window[fx56plus="true"] #nav-bar toolbarbutton[type="menu-button"] .toolbarbutton-menubutton-dropmarker .dropmarker-icon {
padding: 0 !important;
-moz-padding-end: 2px !important;
}

/*Temporary Fx57 tweaks*/
#main-window[fx57plus="true"] .searchbar-textbox,
#main-window[fx57plus="true"] #urlbar-wrapper,
Expand Down
2 changes: 1 addition & 1 deletion xpi/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Description rdf:about="urn:mozilla:install-manifest">
<em:id>ClassicThemeRestorer@ArisT2Noia4dev</em:id>
<em:name>Classic Theme Restorer</em:name>
<em:version>1.7.7.7.2</em:version>
<em:version>1.7.8</em:version>
<em:type>2</em:type>
<em:multiprocessCompatible>true</em:multiprocessCompatible>

Expand Down

0 comments on commit a3c2575

Please sign in to comment.