re-add question-48.png as it's still used by SeaMonkey's aboutPrivateBrowsing.css
[themes.git] / LCARStrek / global / inContentUI.css
index 9d1619246108815f11a4b23a26d13724919a4f55..78940c0bbe4cd28552ffb48a6729a73ad5b96c57 100644 (file)
@@ -20,12 +20,17 @@ html|html {
   font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
 }
 
+/* Use the new in-content colors for #contentAreaDownloadsView. After landing
+   of bug 989469 the colors can be moved to *|*:root */
+*|*#contentAreaDownloadsView {
+  background: #000000;
+  color: #FF9F00;
+}
+
 /* Content */
 *|*.main-content {
   /* Needed to allow the radius to clip the inner content, see bug 595656 */
-  /* Disabled because of bug 623615
   overflow: hidden;
-  */
   border: 1px solid #9C9CFF;
   border-radius: 5px;
 }