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

Commit

Permalink
1.4.4
Browse files Browse the repository at this point in the history
[locale] Upper Sorbian (hsb) translation updated (thanks to milupo)
[locale] Lower Sorbian (dsb) translation updated (thanks to milupo)
[locale] Estonian (et) translation updated (thanks to Maidur)
[locale] Polish (pl-PL) translation updated (thanks to Mrere)
[locale] Chinese (zh-CN) translation updated (thanks to Cye3s)
[locale] Czech (cs) locale updated (thanks to poljos)
[locale] Ukrainian (uk) translation updated (thanks to Sacredwheels)
[locale] Slovenian (sl-SI) translation updated (thanks to Klofutar)

[fix] option 'top level domain images: classic appearance' on some
websites
[fix] old search > 'manage search engines' link/menuitem
[fix] Fx45+: 'click on icon opens page info' option

[new option > Location bar] Windows 10: reduce location/search bar
height (experimental)
[new option > Location bar] gray color for unknown identity and chrome
pages
[new option > Options page]: remember last selected category
[new option > Options page]: custom window dimensions for prefwindow
[new option > Toolbars 2] Windows 10: suboption for "title/menu/tabs
toolbar remove bg color" to adjust caption buttons for some OS themes

[change] Fx44+: replaced deprecated NewTabURL calls
[change] tweaks on 'feed in location bar' option
[change] Win10 & 'appbutton on titlebar' & non-default themes: caption
buttons
[change] Fx 44+: tweaks on 'restore empty favicon' option
[change] tweaks on 'favicon in identity box' option
[change] tweaks on 'Fx icon for valid chrome pages' option
[change] tweaks on 'about:preferences' options
[change] padlock icon options: two more icons
[change] tweaks for 'left/right nav-bar space' option
[change] moved all 'about:preferences' options to 'Options page'
category
* preview: http://i.imgur.com/R0XwH6X.png
  • Loading branch information
Aris-t2 committed Dec 4, 2015
1 parent 64645b6 commit c75664b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions xpi/content/css/old_toplevel_img.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
@media not print {

html > head:first-child + body:last-child {
html > head:first-child + body:not([background]):not([background-image]):not([class]):not([style]):not([id]):last-child {
background-image: unset !important;
}

html > head:first-child + body:last-child > img.transparent:first-child:last-child {
html > head:first-child + body:not([background]):not([background-image]):not([class]):not([style]):not([id]):last-child > img.transparent:first-child:last-child {
background: unset !important;
}

html > head:first-child + body:last-child > img:first-child:last-child {
html > head:first-child + body:not([background]):not([background-image]):not([class]):not([style]):not([id]):last-child > img:first-child:last-child {
text-align: unset !important;
margin: unset !important;
top: 8px !important;
Expand Down
2 changes: 1 addition & 1 deletion xpi/content/overlay.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<!ENTITY goOfflineCmd.label "Work Offline">
<!ENTITY goOfflineCmd.accesskey "k">
<!ENTITY fullScreenCmd.label "Full Screen">
<!ENTITY syncSetup.label "Set Up Sync...">
<!ENTITY syncSetup.label "Sync">
<!ENTITY quitApplicationCmdWin.label "">
<!ENTITY quitApplicationCmdWin2.label "">
<!ENTITY quitApplicationCmdWin.accesskey "">
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.4.4beta9</em:version>
<em:version>1.4.4</em:version>
<em:type>2</em:type>
<em:multiprocessCompatible>true</em:multiprocessCompatible>

Expand Down

0 comments on commit c75664b

Please sign in to comment.