X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fbrowser.css;h=5622edd8c44dcda93666c5fbc5c85075506444f8;hb=0dbf361d328160491ffcb95bf7428443aa7c05fa;hp=e123cdc2b86bf4ad9a3c1fd5d7be8ec44b54f9b6;hpb=a6757852d5e238f92623d779d7820b856518a575;p=themes.git diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index e123cdc2..5622edd8 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -1426,11 +1426,13 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon #identity-box:hover { background-color: #FFCF00; + color: #000000; } #identity-box:hover:active, #identity-box[open=true] { background-color: #FF9F00; + color: #000000; } #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity:hover, @@ -1600,6 +1602,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 { @@ -3134,13 +3219,9 @@ chatbox[minimized="true"] { } .click-to-play-plugins-notification-separator { - /*-moz-border-start: 1px solid #9C9CFF; - border-top: 1px solid #9C9CFF;*/ } .click-to-play-plugins-notification-description-box { - /*border-bottom: 1px solid #9C9CFF; - -moz-border-start: 1px solid #9C9CFF;*/ padding-top: 12px; -moz-padding-end: 11px; padding-bottom: 9px; @@ -3150,14 +3231,11 @@ chatbox[minimized="true"] { .click-to-play-plugins-notification-center-box { border-top: 1px solid #FF9F00; border-bottom: 1px solid #FF9F00; - /*-moz-border-start: 1px solid #9C9CFF;*/ background-color: #000000; -moz-margin-end: 4px; } .click-to-play-plugins-notification-button-container { - /*border-top: 1px solid #9C9CFF; - -moz-border-start: 1px solid #9C9CFF;*/ margin: 0px; padding: 16px; }