]> andersk Git - test.git/blobdiff - shellinabox/styles.css
Internet Explorer still doesn't properly support CSS. In particular, it has
[test.git] / shellinabox / styles.css
index 6e465a12f23e878397afe04cada3ed2434c37dfd..3c3886f9fb1df3a5737d51af9adc56c3467d4c7b 100644 (file)
 
 #vt100 #scrollable.inverted { color:            #ffffff;
                               background-color: #000000; }
+[if DEFINES_COLORS]
+/* IE cannot properly handle "inherit" properties. So, the monochrome.css
+ * style sheet cannot work, if we define colors by default.
+ */
+[else DEFINES_COLORS]
 #vt100 .ansi0               {                            }
 #vt100 .ansi1               { color:            #cd0000; }
 #vt100 .ansi2               { color:            #00cd00; }
 #vt100 .bgAnsi13            { background-color: #ff00ff; }
 #vt100 .bgAnsi14            { background-color: #00ffff; }
 #vt100 .bgAnsi15            {                            }
+[endif DEFINES_COLORS]
 
 @media print {
   #vt100 .scrollback {
This page took 0.620675 seconds and 4 git commands to generate.