mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
Cursor color set to red everywhere
This commit is contained in:
@@ -92,6 +92,7 @@
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
caret-color: #f70400;
|
||||
}
|
||||
|
||||
input:focus {
|
||||
|
||||
@@ -88,6 +88,7 @@
|
||||
|
||||
input {
|
||||
border: none;
|
||||
caret-color: #f70400;
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
|
||||
@@ -233,6 +233,7 @@
|
||||
color: #000000;
|
||||
text-align: left;
|
||||
line-height: 21px;
|
||||
caret-color: #f70400;
|
||||
}
|
||||
|
||||
input:focus {
|
||||
|
||||
@@ -149,6 +149,7 @@
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
width: 100%;
|
||||
caret-color: #f70400;
|
||||
}
|
||||
|
||||
.input-container {
|
||||
|
||||
Reference in New Issue
Block a user