10 lines
157 B
CSS
10 lines
157 B
CSS
.grabbing * {
|
|
cursor: grabbing !important;
|
|
}
|
|
|
|
/* * {
|
|
outline: 1px solid #f00 !important;
|
|
opacity: 1 !important;
|
|
visibility: visible !important;
|
|
} */
|