Przeglądaj źródła

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 lat temu
committed by Guillaume Vincent
rodzic
commit
1285b6f739
1 zmienionych plików z 11 dodań i 0 usunięć
  1. +11
    -0
      src/components/Options.vue

+ 11
- 0
src/components/Options.vue Wyświetl plik

@@ -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">


Ładowanie…
Anuluj
Zapisz