update both themes for toolkit windows changes in Mozilla 22 cycle
[themes.git] / LCARStrek / mozapps / extensions / extensions.css
index d8e7f5fbd4bf6e8964ec283103532bcb8f17acd7..154fcd0897837a90411253d0f84c5e38e268aa08 100644 (file)
 #category-extension > .category-icon {
   list-style-image: url("chrome://mozapps/skin/extensions/category-extensions.png");
 }
+#category-service > .category-icon {
+  list-style-image: url("chrome://mozapps/skin/extensions/category-service.png");
+}
 #category-theme > .category-icon {
   list-style-image: url("chrome://mozapps/skin/extensions/category-themes.png");
 }
   margin: 0;
 }
 
-#header-search .textbox-input:-moz-placeholder {
+#header-search .textbox-input::-moz-placeholder {
   color: #8050B0;
 }
 
   border-color: #008484;
 }
 
+@media (max-width: 600px) {
+  #header-search {
+    width: 12em;
+  }
+}
+
 #header-utils-btn {
   list-style-image: url("chrome://mozapps/skin/extensions/utilities.png");
   -moz-margin-end: 16px;
 }
 
 #detail-screenshot[loading] {
-  background-image: url("chrome://communicator/skin/brand/throbber-anim.gif");
+  background-image: url("chrome://communicator/skin/brand/throbber-anim.png");
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }
@@ -1047,7 +1056,7 @@ button.button-link {
   background: transparent;
   border: none;
   text-decoration: underline;
-  color: blue;
+  color: #3333FF;
   cursor: pointer;
   min-width: 0;
   margin: 0 6px;