some more small updates for LCARStrek in Firefox 17 cycle, most Social API EarlyBlue-2.14 LCARStrek-2.14
authorRobert Kaiser <robert@widebook.box.kairo.at>
Fri, 16 Nov 2012 21:02:27 +0000 (22:02 +0100)
committerRobert Kaiser <robert@widebook.box.kairo.at>
Fri, 16 Nov 2012 21:02:27 +0000 (22:02 +0100)
LCARStrek/browser/browser.css
LCARStrek/browser/devtools/csshtmltree.css

index ef9273eb921fe071c5d8236394f7f9215692c5aa..2f5977f8284b126fa126cf13e1e6d0e620c1335b 100644 (file)
@@ -1602,8 +1602,7 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url-
 /* social recommending panel */
 
 #share-button {
 /* social recommending panel */
 
 #share-button {
-  width: 16px;
-  height: 16px;
+  -moz-image-region: rect(0, 16px, 16px, 0);
 }
 
 #socialUserPortrait {
 }
 
 #socialUserPortrait {
@@ -3189,8 +3188,7 @@ stack[anonid=browserStack][responsivemode] {
 }
 
 .social-notification-icon-image {
 }
 
 .social-notification-icon-image {
-  width: 16px;
-  height: 16px;
+  -moz-image-region: rect(0, 16px, 16px, 0);
 }
 
 #social-notification-icon-mentions {
 }
 
 #social-notification-icon-mentions {
@@ -3336,10 +3334,11 @@ stack[anonid=browserStack][responsivemode] {
   -moz-border-end: 1px solid #008484;
 }
 
   -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;
   max-height: 16px;
   max-width: 16px;
-  padding: 2px;
 }
 
 .chatbar-button > .toolbarbutton-icon {
 }
 
 .chatbar-button > .toolbarbutton-icon {
index 72d5a2630c94d2fbc3ba57a851c70f028b72e401..8a176e185380b3a8a789f667faf3446a194c5982 100644 (file)
@@ -210,7 +210,7 @@ link:hover {
   transition-delay: 200ms;
 }
 
   transition-delay: 200ms;
 }
 
-.ruleview-property:not(:hover) > .ruleview-enableproperty {
+.ruleview-property:not(:hover) > .ruleview-enableproperty[checked] {
   opacity: 0;
   transition: none;
 }
   opacity: 0;
   transition: none;
 }