make themes compat with current nightlies
[themes.git] / EarlyBlue / global / inContentUI.css
index 51343b293f241b6f684656b02f2e72dd7093b4d4..fa29ca25c043f2a04b5cf0fe7df97d0bbca94ece 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: #CCD0DD;
+  color: #000000;
+}
+
 /* Content */
 *|*.main-content {
   /* Needed to allow the radius to clip the inner content, see bug 595656 */
-  /* Disabled because of bug 623615
   overflow: hidden;
-  */
   background-color: #FFFFFF;
   border: 1px solid #666699;
 }