]> jfr.im git - irc/quakenet/qwebirc.git/commitdiff
Fix hilighting.
authorChris Porter <redacted>
Sun, 19 Oct 2008 01:18:40 +0000 (02:18 +0100)
committerChris Porter <redacted>
Sun, 19 Oct 2008 01:18:40 +0000 (02:18 +0100)
Use Lucida Console in preference to Verdana.

static/css/qui.css

index 159aca70111e19b159c5d6fb35975f3906525265..49abd4ef7d36305e188d0a96f5b4a3be1657d82f 100644 (file)
@@ -79,7 +79,7 @@ body {
 
 .qwebirc-qui .lines {
   overflow: auto;
-  font-family: Consolas, Verdana, sans-serif, "sans serif";
+  font-family: Consolas, "Lucida Console", Verdana, monospace, sans-serif, "sans serif";
   font-size: 0.8em;
   background: #f2f0ff;
 }
@@ -179,6 +179,10 @@ body {
   color: #333333;
 }
 
+.qwebirc-qui a.tab-hilighted {
+  color: red;
+}
+
 .qwebirc-qui div.input {
   border-top: 1px solid #c3cee0;
   padding-left: 3px;