change pointer when over frames table
parent
de4d144cd4
commit
bec77c9ce3
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue