fix hover
This commit is contained in:
parent
20f7b753e2
commit
38ce523e7c
1 changed files with 1 additions and 1 deletions
2
dist/style.css
vendored
2
dist/style.css
vendored
|
@ -23,7 +23,7 @@
|
|||
#vmlist > div.row > div {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
#vmlist div.col-sm-4 > div.card:hover {
|
||||
#vmlist div.col-md-3 > div.card:hover {
|
||||
cursor: pointer;
|
||||
border-color: rgb(8, 121, 250);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue