add cursor:pointer for button inputs
This commit is contained in:
@ -722,3 +722,7 @@ aside {
|
||||
.media > div {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
input[type="submit"] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user