Browse Source

Better contrast on selected list elements (specially in cheap monitors)

Sebastian Sastre 12 years ago
parent
commit
7b176bd13a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      css/amber.css

+ 1 - 1
css/amber.css

@@ -311,7 +311,7 @@ body.jtalkBody {
 }
 
 .jtalkTool .jt_column li.selected {
-	background: #e3e3e3;
+	background: #c5c5c5;
 	color: #222;
 }