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

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
<b>[locale(s)]</b>
- Estonian (et) translation updated (thanks to Maidur)
- Slovenian (sl-SI) translation updated (thanks to Klofutar)
- Japanese (ja) translation updated (thanks to mm_k)
- Polish (pl-PL) translation updated (thanks to Mrere)
- Chinese (zh-CN) translation updated (thanks to Cye3s)
- Greek (el) translation updated (thanks to George M.)
- Upper Sorbian (hsb) translation updated (thanks to milupo)
- Lower Sorbian (dsb) translation updated (thanks to milupo)
- Russian (ru) translation updated (thanks to Alexei)
- Ukrainian (uk) translation updated (thanks to Sacredwheels)
- Danish (da-DK) translation updated (thanks to scootergrisen)
- Portuguese (pt-BR) translation updated (thanks to igorruckert)
- Chinese (zh-TW) translation updated (thanks to Shyayngs)

<b>[fix(es)]</b>
- Fx50+ & Win10 & 'movable back/forward buttons': identity icon glitch
- Fx50+ & Win10 & 'small button mode': identity icon glitch
- Fx50+ & WinXP & "Location bar > Autocomplete popup > Alt. appearance"
option
- Fx50+ & "Location bar > custom border roundness' + 'identity box
colors'": glitches
- Fx52+ & "Location bar > AC popup > Remove 'Search with...' and 'Visit'
items" option

<b>[new option(s)]</b>
- Location bar > P2 > Dark background color
- Search bar > P1 > Dark background color
- Tabs > P1 > Tab loading animation: orange (known from Linux)
- Fx53+: Tabs > P1 > Remove overflow effect from long tab titles

<b>[general change(s)]</b>
- internal code tweaks
- reduce size of some 'tab loading animation' images
- expanded 'Options page > alt. appearance' options
- CTRs prefwindow: moved some options
- CTRs prefwindow: changed some labels
  • Loading branch information
Aris-t2 committed Dec 20, 2016
1 parent 97a5195 commit b986cef
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions xpi/content/css/ib_graycolor.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,12 @@
#main-window[fx50plus="true"] #urlbar-wrapper #urlbar[pageproxystate="invalid"] :-moz-any(.urlbar-input-box, #urlbar-display-box) {
border-image: unset !important;
}

@media (-moz-os-version: windows-win10) {
.urlbar-textbox-container {
margin-top: -1px !important;
margin-bottom: -1px !important;
}
}

}
7 changes: 7 additions & 0 deletions xpi/content/css/verifiedcolors.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,12 @@
#connection-icon {
filter: unset !important;
}

@media (-moz-os-version: windows-win10) {
.urlbar-textbox-container {
margin-top: -1px !important;
margin-bottom: -1px !important;
}
}

}
2 changes: 1 addition & 1 deletion xpi/defaults/preferences/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pref("extensions.classicthemerestorer.closetabbig",false);
pref("extensions.classicthemerestorer.closeicon",'closeicon_default');
pref("extensions.classicthemerestorer.tttitlebar",false);
pref("extensions.classicthemerestorer.tttitlebar_c",false);
pref("extensions.classicthemerestorer.ttnooverfl",true);
pref("extensions.classicthemerestorer.ttnooverfl",false);

//Appbutton settings
pref("extensions.classicthemerestorer.appbutton",'appbutton_v1');
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.6.0beta9</em:version>
<em:version>1.6.0</em:version>
<em:type>2</em:type>
<em:multiprocessCompatible>true</em:multiprocessCompatible>

Expand Down

0 comments on commit b986cef

Please sign in to comment.