]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - css/qui.mcss
normalise line endings
[irc/quakenet/qwebirc.git] / css / qui.mcss
index be5db0c475e963c2f04d14e88d8c1c03c45aee42..414b37f05e252af1ce2fb0ae4cd70d0d6657387c 100644 (file)
@@ -130,9 +130,9 @@ html {
   right: 0px;
   background-color: $(topic_background);
   border-bottom: 1px dashed $(topic_border);
-  overflow: hidden;
+/*  overflow: hidden;*/
   text-overflow: ellipsis;
-  white-space: nowrap;
+/*  white-space: nowrap;*/
 }
 
 .qwebirc-qui .topic .emptytopic {
@@ -243,18 +243,23 @@ html {
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
+  font-weight: normal;
+  color: $(tab_text);
 }
 
 .qwebirc-qui a.tab-hilight-activity {
-  color: #009900;
+  color: #22bb22;
+  font-weight: bold;
 }
 
 .qwebirc-qui a.tab-hilight-speech {
-  color: #0000ff;
+  color: #2222bb;
+  font-weight: bold;
 }
 
 .qwebirc-qui a.tab-hilight-us {
-  color: #ff0000;
+  color: #bb4444;
+  font-weight: bold;
 }
 
 .qwebirc-qui .nicklist {