change pointer when over frames table

pull/3040/head
Andrew Bauer 2020-08-20 10:39:55 -05:00
parent de4d144cd4
commit bec77c9ce3
1 changed files with 5 additions and 1 deletions

View File

@ -724,7 +724,11 @@ li.search-choice {
#dropdown_storage+div,
#dropdown_reminder+div,
#dropdown_bandwidth+div {
background-color:#485460;
background-color:#485460;
}
#framesTable td:hover {
cursor: pointer;
}
.zoom {