浏览代码

Fix orange-on-blue headers...

Signed-off-by: Michael Eshom <[email protected]>
Michael Eshom 11 年之前
父节点
当前提交
87a08af855
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      Themes/default/GenericList.template.php
  2. 1 1
      Themes/default/css/index.css

+ 2 - 2
Themes/default/GenericList.template.php

@@ -34,8 +34,8 @@ function template_show_list($list_id = null)
 	// Show the title of the table (if any).
 	if (!empty($cur_list['title']))
 		echo '
-			<div class="title_bar clear_right">
-				<h3 class="titlebg">
+			<div class="cat_bar clear_right">
+				<h3 class="catbg">
 					', $cur_list['title'], '
 				</h3>
 			</div>';

+ 1 - 1
Themes/default/css/index.css

@@ -804,7 +804,7 @@ h3.catbg2 a:hover {
 	text-decoration: none;
 }
 h3.titlebg, h4.titlebg {
-	color: #A85400;
+	color: #fff;
 }
 h3.titlebg a, h4.titlebg a {
 	color: #444;