소스 검색

Pagination: fix editor style in firefox

Leopoldthecoder 8 년 전
부모
커밋
12823a6e24
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      packages/theme-default/src/pagination.css

+ 1 - 0
packages/theme-default/src/pagination.css

@@ -131,6 +131,7 @@
       margin: 0 6px;
       box-sizing: border-box;
       transition: border .3s;
+      -moz-appearance: textfield;
 
       &::-webkit-inner-spin-button,
       &::-webkit-outer-spin-button {