]> git.proxmox.com Git - mirror_xterm.js.git/blobdiff - demo/style.css
Fix SelectionManager initializing
[mirror_xterm.js.git] / demo / style.css
index c93ca74ff7ae740185f2feb390d25b359e71b9ad..7138962123c84ba2270f92dfba34d88990286457 100644 (file)
@@ -9,8 +9,8 @@ h1 {
 }
 
 #terminal-container {
-    width: 960px;
-    height: 600px;
+    width: 800px;
+    height: 450px;
     margin: 0 auto;
     padding: 2px;
 }
@@ -20,7 +20,3 @@ h1 {
     color: #fafafa;
     padding: 2px;
 }
-
-#terminal-container .terminal:focus .terminal-cursor {
-    background-color: #fafafa;
-}