mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Añadido estilo no-spinner para quitar de los inputs HTML de tipo numeric las flechas
This commit is contained in:
@ -113,4 +113,16 @@ div.draw-rot-shapes {
|
||||
min-width: 100px;
|
||||
max-width: 120px;
|
||||
font-size: 0.8rem !important;
|
||||
}
|
||||
|
||||
/* CSS class to remove number input spinner */
|
||||
.no-spinner {
|
||||
/* For Firefox */
|
||||
-moz-appearance: textfield;
|
||||
}
|
||||
|
||||
.no-spinner::-webkit-inner-spin-button,
|
||||
.no-spinner::-webkit-outer-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user