Hehe oops

pull/1199/head
7kasper 2022-01-01 20:11:25 +01:00
parent cfcf7908de
commit aec3df8745
No known key found for this signature in database
GPG Key ID: 4AD2FD3E13BFB86A
1 changed files with 8 additions and 0 deletions

View File

@ -72,6 +72,14 @@
}
.icon-cross {
color: #e85600;
cursor: pointer;
transition: transform 0.2s ease-in-out;
}
.icon-cross:hover {
transform: scale(1.1);
}
.draghandle {
cursor: grab;
}
</style>
</head>