mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 23:06:40 +00:00
Remove spinners in firefox (#3150)
This commit is contained in:
parent
adb92e1708
commit
8729410dce
@ -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;
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user