Skip to content

Commit 7abc5f8

Browse files
Raj100679Raj
andauthored
fix: Changed caret and placeholder color #534 (#541)
Co-authored-by: Raj <[email protected]>
1 parent 35e5ebb commit 7abc5f8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,10 @@ input::placeholder {
522522
#radius-input-label {
523523
display: flex;
524524
justify-content: center;
525+
::-ms-input-placeholder {
526+
color: var(--text-color);
527+
}
528+
caret-color: var(--text-color);
525529
}
526530

527531
.toggle-radius {
@@ -642,9 +646,14 @@ input[type='number']::-webkit-outer-spin-button {
642646
border-radius: 5px;
643647
caret-color: var(--primary-color);
644648
color: var(--text-color);
649+
caret-color: var(--text-color);
645650
padding: 4px;
646651
}
647652

653+
.input-range-inputs[type='number']::placeholder {
654+
color: var(--text-color);
655+
}
656+
648657
.styled-input:focus,
649658
.styled-input:focus-visible,
650659
.input-range-inputs[type='number']:focus,

0 commit comments

Comments
 (0)