File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
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;
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 {
You can’t perform that action at this time.
0 commit comments