Cursor color set to red everywhere

This commit is contained in:
Milos Jovanov
2019-02-14 11:32:07 +01:00
parent c3c6e0334e
commit e624bd0918
4 changed files with 4 additions and 0 deletions

View File

@@ -92,6 +92,7 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
caret-color: #f70400;
}
input:focus {

View File

@@ -88,6 +88,7 @@
input {
border: none;
caret-color: #f70400;
&:focus {
outline: none;

View File

@@ -233,6 +233,7 @@
color: #000000;
text-align: left;
line-height: 21px;
caret-color: #f70400;
}
input:focus {

View File

@@ -149,6 +149,7 @@
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
caret-color: #f70400;
}
.input-container {