make themes compat with current nightlies
[themes.git] / EarlyBlue / global / inContentUI.css
index 587dcb6fc725d294a94f20bbbdfb1f0edcdb2964..fa29ca25c043f2a04b5cf0fe7df97d0bbca94ece 100644 (file)
@@ -20,6 +20,13 @@ 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 */