- Ricerca Titolo per nome o autore o ISBN o codice articolo
This commit is contained in:
7
src/components/CProductTable/CProductTable.scss
Executable file
7
src/components/CProductTable/CProductTable.scss
Executable file
@@ -0,0 +1,7 @@
|
||||
.drag-handle {
|
||||
cursor: grab; /* Mostra la manina */
|
||||
}
|
||||
|
||||
.drag-handle:active {
|
||||
cursor: grabbing; /* Cambia la manina quando l'utente sta trascinando */
|
||||
}
|
||||
Reference in New Issue
Block a user