From: Robert Kaiser Date: Fri, 16 Nov 2012 21:02:27 +0000 (+0100) Subject: some more small updates for LCARStrek in Firefox 17 cycle, most Social API X-Git-Tag: LCARStrek-2.14^0 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=d7cfd76848115d5cb1d386c2dde588ed453c3073 some more small updates for LCARStrek in Firefox 17 cycle, most Social API --- diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index ef9273eb..2f5977f8 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -1602,8 +1602,7 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url- /* social recommending panel */ #share-button { - width: 16px; - height: 16px; + -moz-image-region: rect(0, 16px, 16px, 0); } #socialUserPortrait { @@ -3189,8 +3188,7 @@ stack[anonid=browserStack][responsivemode] { } .social-notification-icon-image { - width: 16px; - height: 16px; + -moz-image-region: rect(0, 16px, 16px, 0); } #social-notification-icon-mentions { @@ -3336,10 +3334,11 @@ stack[anonid=browserStack][responsivemode] { -moz-border-end: 1px solid #008484; } -.chatbar-button > .button-box > .box-inherit > .button-icon { +.chatbar-button > menupopup > .menuitem-iconic > .menu-iconic-left > .menu-iconic-icon { + width: auto; + height: auto; max-height: 16px; max-width: 16px; - padding: 2px; } .chatbar-button > .toolbarbutton-icon { diff --git a/LCARStrek/browser/devtools/csshtmltree.css b/LCARStrek/browser/devtools/csshtmltree.css index 72d5a263..8a176e18 100644 --- a/LCARStrek/browser/devtools/csshtmltree.css +++ b/LCARStrek/browser/devtools/csshtmltree.css @@ -210,7 +210,7 @@ link:hover { transition-delay: 200ms; } -.ruleview-property:not(:hover) > .ruleview-enableproperty { +.ruleview-property:not(:hover) > .ruleview-enableproperty[checked] { opacity: 0; transition: none; }