We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e5ebb commit 7abc5f8Copy full SHA for 7abc5f8
src/style.css
@@ -522,6 +522,10 @@ input::placeholder {
522
#radius-input-label {
523
display: flex;
524
justify-content: center;
525
+ ::-ms-input-placeholder {
526
+ color: var(--text-color);
527
+ }
528
+ caret-color: var(--text-color);
529
}
530
531
.toggle-radius {
@@ -642,9 +646,14 @@ input[type='number']::-webkit-outer-spin-button {
642
646
border-radius: 5px;
643
647
caret-color: var(--primary-color);
644
648
color: var(--text-color);
649
645
650
padding: 4px;
651
652
653
+.input-range-inputs[type='number']::placeholder {
654
655
+}
656
+
657
.styled-input:focus,
658
.styled-input:focus-visible,
659
.input-range-inputs[type='number']:focus,
0 commit comments