mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
[BASILISK] Port PM Sync Client - Part 6a: Obvious ifdef'ing and clean up
This commit is contained in:
parent
d398d1590c
commit
f73e1c9cf7
14 changed files with 44 additions and 61 deletions
|
|
@ -283,9 +283,11 @@ body[narrow] #restorePreviousSession {
|
|||
content: url("chrome://browser/content/abouthome/addons.png");
|
||||
}
|
||||
|
||||
%ifdef MOZ_SERVICES_SYNC
|
||||
#sync::before {
|
||||
content: url("chrome://browser/content/abouthome/sync.png");
|
||||
}
|
||||
%endif
|
||||
|
||||
#settings::before {
|
||||
content: url("chrome://browser/content/abouthome/settings.png");
|
||||
|
|
@ -369,9 +371,11 @@ body[narrow] #restorePreviousSession::before {
|
|||
content: url("chrome://browser/content/abouthome/addons@2x.png");
|
||||
}
|
||||
|
||||
%ifdef MOZ_SERVICES_SYNC
|
||||
#sync::before {
|
||||
content: url("chrome://browser/content/abouthome/sync@2x.png");
|
||||
}
|
||||
%endif
|
||||
|
||||
#settings::before {
|
||||
content: url("chrome://browser/content/abouthome/settings@2x.png");
|
||||
|
|
|
|||
|
|
@ -54,7 +54,9 @@
|
|||
<button class="launchButton" id="bookmarks">&abouthome.bookmarksButton.label;</button>
|
||||
<button class="launchButton" id="history">&abouthome.historyButton.label;</button>
|
||||
<button class="launchButton" id="addons">&abouthome.addonsButton.label;</button>
|
||||
#ifdef MOZ_SERVICES_SYNC
|
||||
<button class="launchButton" id="sync">&abouthome.syncButton.label;</button>
|
||||
#endif
|
||||
#ifdef XP_WIN
|
||||
<button class="launchButton" id="settings">&abouthome.preferencesButtonWin.label;</button>
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue