瀏覽代碼

Hide spin icons on length and counter (#8)

* Hide spin icons on length and counter
(fixes lesspass/lesspass#152)

* refactoring css
pull/342/head
Maxime Le Conte des Floris 7 年之前
committed by Guillaume Vincent
父節點
當前提交
1285b6f739
共有 1 個檔案被更改,包括 11 行新增0 行删除
  1. +11
    -0
      src/components/Options.vue

+ 11
- 0
src/components/Options.vue 查看文件

@@ -1,3 +1,14 @@
<style>
#options input[type="number"] {
-moz-appearance:textfield;
}

#options input[type="number"]::-webkit-outer-spin-button,
#options input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
</style>
<template>
<div id="options">
<div class="form-group row">


Loading…
取消
儲存