rfc1345convert: prevent output encoding warnings
[sheet.git] / red.css
diff --git a/red.css b/red.css
index 154238b5b71f9ac1bc697db3e0cd15eea4a0bfd0..5606d38980aef9b9dd6467cde75cee366d0b8e91 100644 (file)
--- a/red.css
+++ b/red.css
@@ -30,13 +30,15 @@ ul.keys li b {
 .pm   {background: none} .pm b, dt.pm {color: #DD6} /* motion */
 .po   {background: none} .po b, dt.po {color: #6CD} /* window */
 .co   {background: none} .co b, dt.co {color: none} /* command */
-.mi   {background: #300} /* ins */
+.mi, .cp {background: #300} /* ins */
 .mo   {background: #600} /* state */
 .mv   {background: #600; font-style: italic} .mv b, dt.mv {color: #DD6} /* visual */
 .me   {background: #600; font-style: italic} /* mode */
 dl.legend-options dt,
 .no   {background: none} .no b {color: #000} /* unassigned */
+#vimperator .mi b, #vimperator dt.mi {color: #6CD} /* tab open */
 
+.ci[onclick]:hover,
 .co[onclick]:hover,
 .mi[onclick]:hover,
 .mo[onclick]:hover,