]> jfr.im git - irc/quakenet/qwebirc.git/commitdiff
tab highlight colours now bolder+brighter
authorChris Porter <redacted>
Mon, 25 Aug 2014 01:27:11 +0000 (02:27 +0100)
committerChris Porter <redacted>
Mon, 25 Aug 2014 01:27:11 +0000 (02:27 +0100)
css/colours.css
css/qui.mcss

index d34a7a26e24e98cc47e97f2c5086c335518e07d6..757e2c39a3d29c0e4901a38a69f0e44b886f8a84 100644 (file)
 
 .qwebirc .warncolour {
   background-color: #ff9090;
+  color: black;
 }
 
 .qwebirc .infocolour {
   background-color: #d6d6ff;
+  color: black;
 }
index be5db0c475e963c2f04d14e88d8c1c03c45aee42..f8f59e5301ed16457f63776561bcbf5d4cad2aa6 100644 (file)
@@ -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 {