vi: swap new/ext styles (dashed/ghost respectively)
authorMischa POSLAWSKY <perl@shiar.org>
Fri, 18 May 2018 22:54:51 +0000 (00:54 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 19 May 2018 02:48:19 +0000 (04:48 +0200)
Reduced visibility is more appropriate for optional features.

base.css

index 557a21f8d5f62ad4b390e424033dbcb9bf3cea56..6476c812ff974e5b8e2387ec12622e45f0f13bf7 100644 (file)
--- a/base.css
+++ b/base.css
@@ -578,12 +578,12 @@ dl.legend dt.more:hover,
 .keys td.more:hover b {
        text-shadow: #F20 0 0 0.5em, #FC0 0 0 0.2em;
 }
-dl.legend dt.ext,
-.keys td.ext {
-       border-style: dashed;
-}
 dl.legend dt.new,
 .keys td.new {
+       border-style: dashed;
+}
+dl.legend dt.ext,
+.keys td.ext {
        opacity: .6;
 }