summaryrefslogtreecommitdiffstats
path: root/browser/themes/windows
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@gmail.com>2018-05-25 22:00:26 +0200
committerGitHub <noreply@github.com>2018-05-25 22:00:26 +0200
commitd5459982f0d1bab08b751dc140c4cbe047032617 (patch)
tree0dfe07f8e1b8d121d12de8d16df524db344c6826 /browser/themes/windows
parentedccc615f9435d658febac9be2299542349e2b08 (diff)
parentf786134c442da55a2a45e1422ef8530c892899b6 (diff)
downloadUXP-d5459982f0d1bab08b751dc140c4cbe047032617.tar
UXP-d5459982f0d1bab08b751dc140c4cbe047032617.tar.gz
UXP-d5459982f0d1bab08b751dc140c4cbe047032617.tar.lz
UXP-d5459982f0d1bab08b751dc140c4cbe047032617.tar.xz
UXP-d5459982f0d1bab08b751dc140c4cbe047032617.zip
Merge pull request #381 from Ascrod/master
Remove the Social API
Diffstat (limited to 'browser/themes/windows')
-rw-r--r--browser/themes/windows/browser.css75
-rw-r--r--browser/themes/windows/customizableui/panelUI.css8
-rw-r--r--browser/themes/windows/jar.mn2
3 files changed, 0 insertions, 85 deletions
diff --git a/browser/themes/windows/browser.css b/browser/themes/windows/browser.css
index a0cdabfb2..b364dbc36 100644
--- a/browser/themes/windows/browser.css
+++ b/browser/themes/windows/browser.css
@@ -1784,81 +1784,6 @@ html|span.ac-emphasize-text-url {
-moz-image-region: rect(0, 48px, 16px, 32px);
}
-/* social share panel */
-%include ../shared/social/social.inc.css
-
-.social-panel-frame {
- border-radius: inherit;
-}
-
-.social-share-frame {
- min-width: 756px;
- height: 150px;
-}
-#share-container {
- min-width: 756px;
- background-color: white;
- background-repeat: no-repeat;
- background-position: center center;
-}
-#share-container[loading] {
- background-image: url(chrome://browser/skin/tabbrowser/pendingpaint.png);
-}
-#share-container > browser {
- transition: opacity 150ms ease-in-out;
- opacity: 1;
-}
-#share-container[loading] > browser {
- opacity: 0;
-}
-
-.social-share-toolbar {
- border-bottom: 1px solid #e2e5e8;
- padding: 2px;
-}
-
-#social-share-provider-buttons {
- padding: 0;
- margin: 0;
-}
-
-.share-provider-button {
- padding: 5px;
- margin: 2px;
-}
-
-.share-provider-button > .toolbarbutton-text {
- display: none;
-}
-.share-provider-button > .toolbarbutton-icon {
- width: 16px;
- min-height: 16px;
- max-height: 16px;
-}
-
-#social-share-panel {
- min-height: 100px;
- min-width: 766px;
-}
-
-#share-container,
-.social-share-frame {
- border-top-left-radius: 0;
- border-bottom-left-radius: inherit;
- border-top-right-radius: 0;
- border-bottom-right-radius: inherit;
-}
-
-#social-share-panel > .social-share-toolbar {
- border-top-left-radius: inherit;
- border-top-right-radius: inherit;
-}
-
-#social-share-provider-buttons {
- border-top-left-radius: inherit;
- border-top-right-radius: inherit;
-}
-
/* bookmarks menu-button */
#nav-bar #bookmarks-menu-button[cui-areatype="toolbar"]:not([overflowedItem=true]) > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon {
diff --git a/browser/themes/windows/customizableui/panelUI.css b/browser/themes/windows/customizableui/panelUI.css
index 189a163f3..a01a2f3e3 100644
--- a/browser/themes/windows/customizableui/panelUI.css
+++ b/browser/themes/windows/customizableui/panelUI.css
@@ -97,14 +97,6 @@ menuitem[type="checkbox"].subviewbutton {
padding-inline-start: 0;
}
-/* subviewbutton entries for social sidebars have images that come from external
-/* sources, and are not guaranteed to be the size we want, so force the size on
-/* those icons. */
-toolbarbutton.social-provider-menuitem > .toolbarbutton-icon {
- width: 16px;
- height: 16px;
-}
-
.subviewbutton:-moz-any([image],[targetURI],.cui-withicon, .restoreallitem, .bookmark-item)[checked="true"] > .toolbarbutton-icon {
visibility: hidden;
}
diff --git a/browser/themes/windows/jar.mn b/browser/themes/windows/jar.mn
index 410148645..e8db7eed2 100644
--- a/browser/themes/windows/jar.mn
+++ b/browser/themes/windows/jar.mn
@@ -109,8 +109,6 @@ browser.jar:
* skin/classic/browser/preferences/in-content/preferences.css (preferences/in-content/preferences.css)
* skin/classic/browser/preferences/in-content/dialog.css (preferences/in-content/dialog.css)
skin/classic/browser/preferences/applications.css (preferences/applications.css)
- skin/classic/browser/social/services-16.png (social/services-16.png)
- skin/classic/browser/social/services-64.png (social/services-64.png)
skin/classic/browser/tabbrowser/newtab.svg (tabbrowser/newtab.svg)
skin/classic/browser/tabbrowser/newtab-win7.svg (tabbrowser/newtab-win7.svg)
skin/classic/browser/tabbrowser/newtab-inverted.svg (tabbrowser/newtab-inverted.svg)