alter styling of ext/new key classes
authorMischa POSLAWSKY <perl@shiar.org>
Tue, 5 May 2009 19:43:11 +0000 (19:43 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 5 May 2009 19:43:11 +0000 (19:43 +0000)
base.css
circus.css
mono.css

index 747f75932b9946e165a7eaee78e4bf7011978688..d726d0ee93e09bc1da0dcba8247ea5640dc8b10a 100644 (file)
--- a/base.css
+++ b/base.css
@@ -387,7 +387,7 @@ ul.keys li.ext {
 }
 dl.legend dt.new,
 ul.keys li.new {
-       opacity: .4;
+       opacity: .6;
 }
 
 /* l/r help columns */
index 82ab0fefab38e61511440ff07bce954398fa60de..160ca54bcf1e5b0ab64e9f46bd18207cc4f12b38 100644 (file)
 .me[onclick]:hover {background: #000; color: #99F}
 .mv[onclick]:hover {background: #000; color: #E8E}
 
-dl.legend dt.vim7,
-ul.keys li.vim7,
-dl.legend dt.vim,
-ul.keys li.vim {
-       border: 1px solid #800;
-       -moz-border-radius: 4px; /* reset */
-}
-dl.legend dt.vim7,
-ul.keys li.vim7 {
-       border-color: #F00;
+dl.legend dt.ext,
+ul.keys li.ext {
+       border: 1px solid #F00;
 }
 
index ec6beffc8bfe38f4697a9580ddb3257afd29a7a1..c59ac0bb54c69706e0da4646675ad05ea020f8b8 100644 (file)
--- a/mono.css
+++ b/mono.css
@@ -15,3 +15,9 @@ body ul.keys li[onclick]:hover {
        border-color: #444;
 }
 
+body dl.legend dt.new,
+body ul.keys li.new {
+       opacity: 1;
+       border-color: #888;
+}
+