Преглед на файлове

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


Зареждане…
Отказ
Запис