X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fbrowser.css;h=027911cd62ee27400cb187df9ed39badb49ff59d;hp=e123cdc2b86bf4ad9a3c1fd5d7be8ec44b54f9b6;hb=c4460289dd1725d56322647e95f117e93f1e8941;hpb=a6757852d5e238f92623d779d7820b856518a575;ds=sidebyside diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index e123cdc2..027911cd 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -1600,6 +1600,89 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url- -moz-image-region: rect(0, 32px, 16px, 16px); } +/* social share panel */ + +#social-share-panel > iframe { +/* background: linear-gradient(to bottom, #f0f4f7, #fafbfc);*/ + width: 300px; + height: 150px; +} + +#social-share-button { + list-style-image: url("chrome://browser/skin/social/share-button.png"); + -moz-image-region: rect(0, 16px, 16px, 0); +} + +.social-share-toolbar { + border-right: 1px solid #9C9CFF; +/* background-color: #000000; */ +} + +#social-share-provider-buttons { + padding: 6px; +} + +#social-share-provider-buttons > .share-provider-button { + -moz-appearance: none; + padding: 5px; + margin: 1px; + border: none; + background: none; + border-radius: 2px; +} + +#social-share-provider-buttons > .share-provider-button[checked="true"]:not([disabled="true"]), +#social-share-provider-buttons > .share-provider-button:hover, +#social-share-provider-buttons > .share-provider-button:active { + padding: 4px; +} + +#social-share-provider-buttons > .share-provider-button[checked="true"]:not([disabled="true"]) { +} + +#social-share-provider-buttons > .share-provider-button > .toolbarbutton-text { + display: none; +} +#social-share-provider-buttons > .share-provider-button > .toolbarbutton-icon { + width: 16px; + min-height: 16px; + max-height: 16px; +} + +/* fixup corners for share panel */ +.social-panel > .social-panel-frame { + border-radius: inherit; +} + +#social-share-panel { + max-height: 600px; + min-height: 100px; + max-width: 800px; + min-width: 300px; +} + +.social-share-frame { +/* background: linear-gradient(to bottom, #f0f4f7, #fafbfc); */ + width: 330px; + height: 150px; + border-top-left-radius: none; + border-bottom-left-radius: none; + border-top-right-radius: inherit; + border-bottom-right-radius: inherit; + /* we resize our panels dynamically, make it look nice */ + transition: height 100ms ease-out, width 100ms ease-out; +} + +#social-share-panel > .social-share-toolbar { + border-top-left-radius: inherit; + border-bottom-left-radius: inherit; +} + +#social-share-provider-buttons { + border-top-left-radius: inherit; + border-bottom-left-radius: inherit; +} + /* social recommending panel */ #social-mark-button {