diff --git a/demo/styles.css b/demo/styles.css index d7d5d24..42470e7 100644 --- a/demo/styles.css +++ b/demo/styles.css @@ -61,8 +61,8 @@ z-index: 1; } -#vt100 #cursor.bright { - background-color: #e60000; +#vt100 #cursor.bright { + background-color: black; color: white; } @@ -71,7 +71,7 @@ } #vt100 #cursor.inactive { - border: 1px solid #e60000; + border: 1px solid; margin: -1px; } diff --git a/demo/usercss-0.css b/demo/usercss-0.css old mode 100644 new mode 100755 index c64d5b1..e442e7f --- a/demo/usercss-0.css +++ b/demo/usercss-0.css @@ -1,6 +1,22 @@ -#vt100 #scrollable { color: #ffffff; - background-color: #000000; } -#vt100 #scrollable.inverted { color: #000000; - background-color: #ffffff; } -#vt100 .ansi15 { color: #000000; } -#vt100 .bgAnsi0 { background-color: #ffffff; } +#vt100 #cursor.bright { + background-color: white; + color: black; +} + +#vt100 #scrollable { + color: #ffffff; + background-color: #000000; +} + +#vt100 #scrollable.inverted { + color: #000000; + background-color: #ffffff; +} + +#vt100 .ansi15 { + color: #000000; +} + +#vt100 .bgAnsi0 { + background-color: #ffffff; +} diff --git a/shellinabox/styles.css b/shellinabox/styles.css old mode 100644 new mode 100755 index d96855b..9776dc9 --- a/shellinabox/styles.css +++ b/shellinabox/styles.css @@ -61,8 +61,8 @@ z-index: 1; } -#vt100 #cursor.bright { - background-color: #e60000; +#vt100 #cursor.bright { + background-color: black; color: white; } @@ -71,7 +71,7 @@ } #vt100 #cursor.inactive { - border: 1px solid #e60000; + border: 1px solid; margin: -1px; } diff --git a/shellinabox/white-on-black.css b/shellinabox/white-on-black.css old mode 100644 new mode 100755 index c64d5b1..e442e7f --- a/shellinabox/white-on-black.css +++ b/shellinabox/white-on-black.css @@ -1,6 +1,22 @@ -#vt100 #scrollable { color: #ffffff; - background-color: #000000; } -#vt100 #scrollable.inverted { color: #000000; - background-color: #ffffff; } -#vt100 .ansi15 { color: #000000; } -#vt100 .bgAnsi0 { background-color: #ffffff; } +#vt100 #cursor.bright { + background-color: white; + color: black; +} + +#vt100 #scrollable { + color: #ffffff; + background-color: #000000; +} + +#vt100 #scrollable.inverted { + color: #000000; + background-color: #ffffff; +} + +#vt100 .ansi15 { + color: #000000; +} + +#vt100 .bgAnsi0 { + background-color: #ffffff; +}