mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +02:00
Disable spin button for input[type=number]
This commit is contained in:
parent
b49299b6af
commit
bf3dfd0303
2 changed files with 8 additions and 1 deletions
|
@ -5,10 +5,10 @@
|
||||||
//= require 'select2-bootstrap'
|
//= require 'select2-bootstrap'
|
||||||
@import shared/fonts
|
@import shared/fonts
|
||||||
@import shared/general
|
@import shared/general
|
||||||
|
@import forms
|
||||||
@import typeaheadjs
|
@import typeaheadjs
|
||||||
@import selectize
|
@import selectize
|
||||||
@import selectize.bootstrap3
|
@import selectize.bootstrap3
|
||||||
// @import bootstrap-datepicker3
|
// @import bootstrap-datepicker3
|
||||||
@import admin/admin
|
@import admin/admin
|
||||||
@import admin/bootstrap-dialog-fix
|
@import admin/bootstrap-dialog-fix
|
||||||
|
|
||||||
|
|
7
app/assets/stylesheets/forms.scss
Normal file
7
app/assets/stylesheets/forms.scss
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
input[type=number]::-webkit-inner-spin-button {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type=number] {
|
||||||
|
-moz-appearance: textfield;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue