start 2.41 cycle (yes, leaving out 2.39 and 2.40)
[themes.git] / LCARStrek / global / inContentUI.css
index f1200713784bd30c1894746980416ee74982d01c..0e5971d0f94388dfab35d64a01b04b25e44f7770 100644 (file)
@@ -2,6 +2,9 @@
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
+/* THIS FILE HAS BEEN DELETED IN THE ORIGINAL THEME.
+ * We keep it only as long as some LCARStrek stuff still refers to it. */
+
 /*
  * The default namespace for this file is XUL. Be sure to prefix rules that
  * are applicable to both XUL and HTML with '*|'.
@@ -20,6 +23,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: #000000;
+  color: #FF9F00;
+}
+
 /* Content */
 *|*.main-content {
   /* Needed to allow the radius to clip the inner content, see bug 595656 */