Remove spinners in firefox (#3150)

This commit is contained in:
Thomas Lovén 2019-05-03 18:38:28 +02:00 committed by Paulus Schoutsen
parent adb92e1708
commit 8729410dce
2 changed files with 3 additions and 0 deletions

View File

@ -31,7 +31,9 @@ export class HaDateInput extends LitElement {
paper-input {
width: 30px;
text-align: center;
--paper-input-container-shared-input-style_-_-webkit-appearance: textfield;
--paper-input-container-input_-_-moz-appearance: textfield;
--paper-input-container-shared-input-style_-_appearance: textfield;
--paper-input-container-input-webkit-spinner_-_-webkit-appearance: none;
--paper-input-container-input-webkit-spinner_-_margin: 0;
--paper-input-container-input-webkit-spinner_-_display: none;

View File

@ -48,6 +48,7 @@ export class PaperTimeInput extends PolymerElement {
margin: 0;
display: none;
}
--paper-input-container-shared-input-style_-_-webkit-appearance: textfield;
}
paper-dropdown-menu {