add hover cursor change
This commit is contained in:
parent
619003616a
commit
a221643ce4
@ -53,6 +53,10 @@ form img {
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
form img:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
form > * {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
@ -35,3 +35,7 @@ hr {
|
||||
.btn-group img {
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.btn-group img:hover {
|
||||
cursor: pointer;
|
||||
}
|
Loading…
Reference in New Issue
Block a user