Skip to content

Commit e6bea27

Browse files
committed
The number input fields spin buttons are visible now
1 parent 25627f8 commit e6bea27

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

src/css/main.css

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -685,12 +685,18 @@ html.has-analyser-fullscreen.has-analyser
685685
top: 30px;
686686
}
687687

688-
input[type="number"]::-webkit-inner-spin-button,
689-
input[type="number"]::-webkit-outer-spin-button {
690-
-webkit-appearance: textfield;
691-
-moz-appearance: textfield;
692-
appearance: textfield;
693-
opacity: 1;
688+
.analyser input#analyserMinPSD::-webkit-inner-spin-button,
689+
.analyser input#analyserMinPSD::-webkit-outer-spin-button,
690+
.analyser input#analyserMaxPSD::-webkit-inner-spin-button,
691+
.analyser input#analyserMaxPSD::-webkit-outer-spin-button,
692+
.analyser input#analyserLowLevelPSD::-webkit-inner-spin-button,
693+
.analyser input#analyserLowLevelPSD::-webkit-outer-spin-button {
694+
-webkit-appearance: auto !important;
695+
-moz-appearance: auto !important;
696+
appearance: auto !important;
697+
opacity: 1 !important;
698+
height: auto !important;
699+
width: auto !important;
694700
}
695701

696702
.analyser input#analyserLowLevelPSD {

0 commit comments

Comments
 (0)