mirror of https://github.com/espruino/BangleApps
Hehe oops
parent
cfcf7908de
commit
aec3df8745
|
@ -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>
|
Loading…
Reference in New Issue