force cursor style for remove buttons (#2978)

This commit is contained in:
Frédéric Péters 2013-08-21 11:24:41 +02:00
parent 71dd3420b0
commit c2deb7da27
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ span.remove {
background: black;
color: white;
border-radius: 3px;
cursor: pointer;
}
</style>