File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff 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;
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;
695+ -moz-appearance : auto;
696+ appearance : auto;
693697 opacity : 1 ;
698+ height : auto;
699+ width : auto;
694700}
695701
696702.analyser input # analyserLowLevelPSD {
You can’t perform that action at this time.
0 commit comments