more sync of LCARStrek with Firefox 23 browser windows theme changes
authorRobert Kaiser <robert@widebook.box.kairo.at>
Fri, 12 Jul 2013 18:37:49 +0000 (20:37 +0200)
committerRobert Kaiser <robert@widebook.box.kairo.at>
Fri, 12 Jul 2013 18:37:49 +0000 (20:37 +0200)
LCARStrek/browser/browser.css
LCARStrek/browser/devtools/scratchpad.css [new file with mode: 0644]
LCARStrek/browser/downloads/downloads.css
LCARStrek/browser/pluginInstall-16.png [new file with mode: 0644]
LCARStrek/browser/pluginInstall-64.png [new file with mode: 0644]

index 419ad189c87f4516ccbb9393a02e945eb9805d44..e123cdc2b86bf4ad9a3c1fd5d7be8ec44b54f9b6 100644 (file)
@@ -1602,50 +1602,10 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url-
 
 /* social recommending panel */
 
-#share-button {
+#social-mark-button {
   -moz-image-region: rect(0, 16px, 16px, 0);
 }
 
-#socialUserPortrait {
-  width: 48px;
-  height: 48px;
-  list-style-image:url("chrome://global/skin/icons/information-32.png");
-}
-
-#socialUserDisplayName,
-#socialUserPortrait {
-  cursor: pointer;
-}
-
-#socialUserDisplayName {
-  border: none;
-  background-color: transparent;
-  margin-top: 0;
-  padding-top: 0;
-  font-size: 130%;
-  font-weight: bold;
-  list-style-image:url("chrome://global/skin/icons/information-32.png");
-}
-
-#socialUserDisplayName > .button-box {
-  -moz-padding-start: 0;
-  padding-top: 0;
-  border-top-width: 0;
-}
-
-#socialUserDisplayName:hover {
-  color: #9C9CFF;
-  text-decoration: underline;
-}
-
-#unsharePopupText {
-  height: 48px;
-}
-
-#unsharePopupBottomButtons {
-  margin-top: 1em;
-}
-
 /* star button */
 
 #star-button {
@@ -2137,6 +2097,10 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] {
   list-style-image: url("chrome://mozapps/skin/plugins/pluginBlocked-64.png");
 }
 
+.popup-notification-icon[popupid="plugins-not-found"] {
+  list-style-image: url("chrome://browser/skin/pluginInstall-64.png");
+}
+
 .popup-notification-icon[popupid="web-notifications"] {
   list-style-image: url("chrome://browser/skin/notification-64.png");
 }
@@ -2173,7 +2137,8 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] {
 }
 
 .popup-notification-icon[popupid="indexedDB-permissions-prompt"],
-.popup-notification-icon[popupid="indexedDB-quota-prompt"] {
+.popup-notification-icon[popupid="indexedDB-quota-prompt"],
+.popup-notification-icon[popupid*="offline-app-requested"] {
   list-style-image: url("chrome://global/skin/icons/alert-question.gif");
 }
 
@@ -2270,6 +2235,10 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon
   list-style-image: url("chrome://mozapps/skin/plugins/notifyPluginBlocked.png");
 }
 
+#plugin-install-notification-icon {
+  list-style-image: url("chrome://browser/skin/pluginInstall-16.png");
+}
+
 #notification-popup-box[hidden] {
   /* Override display:none to make the pluginBlockedNotification animation work
      when showing the notification repeatedly. */
@@ -2844,6 +2813,7 @@ html|*#gcli-output-frame {
 
 #social-provider-button {
   -moz-image-region: rect(0, 16px, 16px, 0);
+  list-style-image: url("chrome://browser/skin/social/services-16.png");
 }
 
 #social-provider-button > .toolbarbutton-menu-dropmarker {
@@ -3094,6 +3064,7 @@ html|*#gcli-output-frame {
   opacity: 1;
 }
 
+.chatbar-button:hover,
 .chatbar-button[open="true"] {
 }
 
diff --git a/LCARStrek/browser/devtools/scratchpad.css b/LCARStrek/browser/devtools/scratchpad.css
new file mode 100644 (file)
index 0000000..0354e6e
--- /dev/null
@@ -0,0 +1,8 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public\r
+ * License, v. 2.0. If a copy of the MPL was not distributed with this\r
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */\r
+\r
+#scratchpad-sidebar > tabs {\r
+  height: 0;\r
+  border: none;\r
+}\r
index 9fef1597b3399cac6086dd78a85b4d0663f16c4a..f23eb36c2caa3d65769ca11bb0aeb890aa451805 100644 (file)
@@ -80,8 +80,8 @@ richlistitem[type="download"]:first-child {
 .downloadTypeIcon {
   -moz-margin-end: 8px;
   /* Prevent flickering when changing states. */
-  min-height: 32px;
-  min-width: 32px;
+  height: 32px;
+  width: 32px;
 }
 
 .blockedIcon {
diff --git a/LCARStrek/browser/pluginInstall-16.png b/LCARStrek/browser/pluginInstall-16.png
new file mode 100644 (file)
index 0000000..2767c3d
Binary files /dev/null and b/LCARStrek/browser/pluginInstall-16.png differ
diff --git a/LCARStrek/browser/pluginInstall-64.png b/LCARStrek/browser/pluginInstall-64.png
new file mode 100644 (file)
index 0000000..02e0174
Binary files /dev/null and b/LCARStrek/browser/pluginInstall-64.png differ