mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +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
|
|
@ -52,8 +52,7 @@ toolbar[brighttext] #bookmarks-menu-button > .toolbarbutton-menubutton-dropmarke
|
|||
-moz-image-region: rect(0, 252px, 18px, 234px);
|
||||
}
|
||||
|
||||
/* Start Sync Buttons */
|
||||
|
||||
%ifdef MOZ_SERVICES_SYNC
|
||||
#sync-button[cui-areatype="toolbar"] {
|
||||
-moz-image-region: rect(0, 270px, 18px, 252px);
|
||||
}
|
||||
|
|
@ -78,8 +77,7 @@ toolbar[brighttext] #sync-button[cui-areatype="toolbar"][status="active"] {
|
|||
#sync-tabs-button[cui-areatype="toolbar"] {
|
||||
-moz-image-region: rect(0, 792px, 18px, 774px);
|
||||
}
|
||||
|
||||
/* End Sync Buttons */
|
||||
%endif
|
||||
|
||||
#containers-panelmenu[cui-areatype="toolbar"] {
|
||||
-moz-image-region: rect(0, 810px, 18px, 792px);
|
||||
|
|
@ -251,8 +249,7 @@ toolbar[brighttext] #sync-button[cui-areatype="toolbar"][status="active"] {
|
|||
-moz-image-region: rect(0, 504px, 36px, 468px);
|
||||
}
|
||||
|
||||
/* Start Sync Buttons */
|
||||
|
||||
%ifdef MOZ_SERVICES_SYNC
|
||||
#sync-button[cui-areatype="toolbar"] {
|
||||
-moz-image-region: rect(0, 540px, 36px, 504px);
|
||||
}
|
||||
|
|
@ -277,8 +274,7 @@ toolbar[brighttext] #sync-button[cui-areatype="toolbar"][status="active"] {
|
|||
#sync-tabs-button[cui-areatype="toolbar"] {
|
||||
-moz-image-region: rect(0, 1584px, 36px, 1548px);
|
||||
}
|
||||
|
||||
/* End Sync Buttons */
|
||||
%endif
|
||||
|
||||
#containers-panelmenu[cui-areatype="toolbar"] {
|
||||
-moz-image-region: rect(0, 1620px, 36px, 1584px);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue