Merge pull request #44 from sourcelair/issue/18

Cursor is now invisible in IE
This commit is contained in:
Thanasis Daglis
2015-11-12 17:47:03 +02:00
4 changed files with 525 additions and 517 deletions
+3
View File
@@ -9,5 +9,8 @@ trim_trailing_whitespace = true
[*.js]
max_line_length = 100
[*.css]
indent_size = 4
[*.md]
trim_trailing_whitespace = false
+1 -1
View File
@@ -7,4 +7,4 @@
width: auto;
height: auto;
z-index: 255;
}
}
+1 -1
View File
@@ -23,4 +23,4 @@ h1 {
#terminal-container .terminal .terminal-cursor {
background-color: #fafafa;
}
}
+520 -515
View File
File diff suppressed because it is too large Load Diff