/data
/localconfig
/index.html
-
-/skins/contrib/Dusk/admin.css
-/skins/contrib/Dusk/bug.css
--- /dev/null
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * 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 Source Code Form is "Incompatible With Secondary Licenses", as
+ * defined by the Mozilla Public License, v. 2.0.
+ */
+
+#menu td.selected_section {
+ color: #008a00;
+}
+
+.sortlist_separator {
+ color: #333;
+}
--- /dev/null
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * 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 Source Code Form is "Incompatible With Secondary Licenses", as
+ * defined by the Mozilla Public License, v. 2.0.
+ */
+
+.bz_short_desc_container {
+ background-color: #e0e0e0;
+}
tr.bz_bugitem:hover {
background-color: #ccccff;
}
+
+.bz_sort_order_secondary {
+ color: #555;
+}
}
#header .links, #footer {
- background-color: #929bb1;
- color: #ddd;
+ background-color: #667089;
+ color: #fff;
}
#header {
}
a {
- color: #6070cf;
+ color: #4659c7;
}
a:hover {
color: #8090ef;
}
.tabs td {
- background: #c8c8c8;
+ background: #e2e2e2;
border-width: 1px;
}
padding: 0;
}
}
+
+/**************/
+/* Bug Fields */
+/**************/
+
+th.required:before, span.required_star {
+ color: #cc3333;
+}