diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2019-05-06 21:27:47 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2019-05-06 21:27:47 -0400 |
commit | e502c09aa67bd005b7e6b6fa6e7e26e0681f6cf9 (patch) | |
tree | fcd3bb2bf4d1322e62018575ffaf8290855ebff0 /themes | |
parent | 64e2a0cd86ae1df8c4e8b18c49d35bbed3c32be8 (diff) | |
download | iceweasel-uxp-e502c09aa67bd005b7e6b6fa6e7e26e0681f6cf9.tar.gz |
Tidy and refactor Sync after Backporting
Diffstat (limited to 'themes')
-rw-r--r-- | themes/shared/menupanel.inc.css | 2 | ||||
-rw-r--r-- | themes/shared/toolbarbuttons.inc.css | 4 |
2 files changed, 0 insertions, 6 deletions
diff --git a/themes/shared/menupanel.inc.css b/themes/shared/menupanel.inc.css index 9daa82a..6bbc9a7 100644 --- a/themes/shared/menupanel.inc.css +++ b/themes/shared/menupanel.inc.css @@ -49,7 +49,6 @@ toolbarpaletteitem[place="palette"] > #save-page-button { } %ifdef MOZ_SERVICES_SYNC - #sync-button[cui-areatype="menu-panel"], toolbarpaletteitem[place="palette"] > #sync-button { -moz-image-region: rect(0px, 384px, 32px, 352px) @@ -71,7 +70,6 @@ toolbarpaletteitem[place="palette"] > #sync-button { toolbarpaletteitem[place="palette"] > #sync-tabs-button { -moz-image-region: rect(0px, 1024px, 32px, 992px); } - %endif #containers-panelmenu[cui-areatype="menu-panel"], diff --git a/themes/shared/toolbarbuttons.inc.css b/themes/shared/toolbarbuttons.inc.css index 4d72b33..6675189 100644 --- a/themes/shared/toolbarbuttons.inc.css +++ b/themes/shared/toolbarbuttons.inc.css @@ -53,7 +53,6 @@ toolbar[brighttext] #bookmarks-menu-button > .toolbarbutton-menubutton-dropmarke } %ifdef MOZ_SERVICES_SYNC - #sync-button[cui-areatype="toolbar"] { -moz-image-region: rect(0, 270px, 18px, 252px); } @@ -78,7 +77,6 @@ toolbar[brighttext] #sync-button[cui-areatype="toolbar"][status="active"] { #sync-tabs-button[cui-areatype="toolbar"] { -moz-image-region: rect(0, 792px, 18px, 774px); } - %endif #containers-panelmenu[cui-areatype="toolbar"] { @@ -252,7 +250,6 @@ toolbar[brighttext] #sync-button[cui-areatype="toolbar"][status="active"] { } %ifdef MOZ_SERVICES_SYNC - #sync-button[cui-areatype="toolbar"] { -moz-image-region: rect(0, 540px, 36px, 504px); } @@ -277,7 +274,6 @@ toolbar[brighttext] #sync-button[cui-areatype="toolbar"][status="active"] { #sync-tabs-button[cui-areatype="toolbar"] { -moz-image-region: rect(0, 1584px, 36px, 1548px); } - %endif #containers-panelmenu[cui-areatype="toolbar"] { |