some more small updates for LCARStrek in Firefox 17 cycle, most Social API
[themes.git] / LCARStrek / browser / browser.css
index 0839fd6000515b7576e89d530542811ecaa3b00a..2f5977f8284b126fa126cf13e1e6d0e620c1335b 100644 (file)
@@ -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 {
@@ -3223,7 +3221,6 @@ stack[anonid=browserStack][responsivemode] {
   background-color: #000000;
   color: #FF9F00;
   position: relative;
-  font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
   cursor: pointer;
 }
 
@@ -3234,7 +3231,8 @@ stack[anonid=browserStack][responsivemode] {
   margin: 10px;
 }
 
-#social-statusarea-user > vbox > .link {
+#social-statusarea-user > vbox > #social-statusarea-notloggedin,
+#social-statusarea-user > vbox > #social-statusarea-username {
   background: transparent;
   border: none;
   color: #9C9CFF;
@@ -3242,7 +3240,9 @@ stack[anonid=browserStack][responsivemode] {
   margin: 0 6px;
   list-style-image: none;
 }
-#social-statusarea-user:hover > vbox > .link {
+
+#social-statusarea-user[_moz-menuactive] > vbox > #social-statusarea-notloggedin,
+#social-statusarea-user[_moz-menuactive] > vbox > #social-statusarea-username {
   text-decoration: underline;
 }
 
@@ -3250,7 +3250,6 @@ stack[anonid=browserStack][responsivemode] {
   padding: 0;
 }
 
-#social-notification-box,
 .social-panel-frame {
   border-radius: inherit;
 }
@@ -3286,6 +3285,7 @@ stack[anonid=browserStack][responsivemode] {
 .chat-title {
   font-weight: bold;
   font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
+  text-shadow: none;
   cursor: inherit;
 }
 
@@ -3334,15 +3334,23 @@ 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[open="true"],
-.chatbar-button:hover,
-.chatbar-button:active:hover {
+.chatbar-button > .toolbarbutton-icon {
+  opacity: .6;
+  -moz-margin-end: 0;
+}
+.chatbar-button:hover > .toolbarbutton-icon,
+.chatbar-button[open="true"] > .toolbarbutton-icon {
+  opacity: 1;
+}
+
+.chatbar-button[open="true"] {
 }
 
 .chatbar-button > .toolbarbutton-text,
@@ -3350,7 +3358,7 @@ stack[anonid=browserStack][responsivemode] {
   display: none;
 }
 
-.chatbar-button[activity] {
+.chatbar-button[activity]:not([open="true"]) {
   background-color: #E7ADE7;
 }
 
@@ -3360,7 +3368,7 @@ stack[anonid=browserStack][responsivemode] {
 
 .chatbar-innerbox {
   background: transparent;
-  margin: -285px -1px 0 -1px;
+  margin: -285px 0 0;
   overflow: hidden;
 }
 
@@ -3375,6 +3383,8 @@ chatbar > chatbox {
   background-color: #000000;
   border: 1px solid #9C9CFF;
   border-bottom: none;
+  border-top-left-radius: 2.5px;
+  border-top-right-radius: 2.5px;
 }
 
 chatbox[minimized="true"] {