mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 01:03:35 +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'
|
||||
@import shared/fonts
|
||||
@import shared/general
|
||||
@import forms
|
||||
@import typeaheadjs
|
||||
@import selectize
|
||||
@import selectize.bootstrap3
|
||||
// @import bootstrap-datepicker3
|
||||
@import admin/admin
|
||||
@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