change pointer when over frames table
parent
de4d144cd4
commit
bec77c9ce3
|
@ -724,7 +724,11 @@ li.search-choice {
|
||||||
#dropdown_storage+div,
|
#dropdown_storage+div,
|
||||||
#dropdown_reminder+div,
|
#dropdown_reminder+div,
|
||||||
#dropdown_bandwidth+div {
|
#dropdown_bandwidth+div {
|
||||||
background-color:#485460;
|
background-color:#485460;
|
||||||
|
}
|
||||||
|
|
||||||
|
#framesTable td:hover {
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zoom {
|
.zoom {
|
||||||
|
|
Loading…
Reference in New Issue