start 2.41 cycle (yes, leaving out 2.39 and 2.40)
[themes.git] / LCARStrek / global / inContentUI.css
index 9d1619246108815f11a4b23a26d13724919a4f55..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,12 +23,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;
 }