update both themes to state of suite default trunk of 2010-11-14
[themes.git] / EarlyBlue / mozapps / extensions / extensions.css
index 8181cab4c04a0274cdf49af3131dcf7d78da478f..3d65c987795206bab2cf5e9e93c993571ddcc3a0 100644 (file)
@@ -40,7 +40,9 @@
   margin: 20px;
 }
 
-#view-port {
+#view-port-container {
+  /* Needed to allow the radius to clip the inner content, see bug 595656 */
+  overflow: hidden;
   background-color: #FFFFFF;
   border: 1px solid #666699;
 }
   background-color : #FFFFCC;
 }
 
+richlistbox:focus > .addon-view[notification="warning"][selected="true"] {
+  color: #336699;
+}
+
 .addon-view[notification="error"] {
   background-color: #FFD0DD;
 }
   background-color: #CCFFDD;
 }
 
+.addon-view[pending="enable"] .pending,
+.addon-view[pending="upgrade"] .pending,
+.addon-view[pending="install"] .pending {
+  color: #008000;
+}
+
 .addon-view[pending="disable"],
 .addon-view[pending="uninstall"] {
   background-color: #808080;
 }
 
 .detail-view-container {
-  overflow: auto;
   padding: 2em;
   font-size: 110%;
 }
 
 #detail-desc-container {
   margin-bottom: 2em;
-  /* This is necessary to fix layout issues with multi-line descriptions, see
-     bug 592712*/
-  outline: solid transparent;
 }
 
 #detail-desc {
   -moz-margin-start: 6px;
   white-space: pre-wrap;
+  /* This is necessary to fix layout issues with multi-line descriptions, see
+     bug 592712*/
+  outline: solid transparent;
 }
 
 #detail-contributions {
   margin-bottom: 2em;
 }
 
+.detail-row[first-row="true"],
+.detail-row-complex[first-row="true"] {
+  border-top: none;
+}
+
 .detail-row,
 .detail-row-complex {
-  border-bottom: 1px solid #808080;
+  border-top: 1px solid #808080;
   -moz-box-align: center;
 }
 
   background: transparent;
   border: none;
   text-decoration: underline;
-  color: #CCCCFF;
+  color: #0000FF;
   cursor: pointer;
   min-width: 0;
   margin: 0 6px;