Add cursor:pointer style for expand/collapse icons

(imported from commit 31b0aa1e3d6a2a4406fbc6e9bad6d436258b9a72)
This commit is contained in:
Steve Howell 2013-09-11 12:47:45 -04:00
parent fcc268b44f
commit 8cab575854
1 changed files with 5 additions and 0 deletions

View File

@ -780,6 +780,11 @@ td.pointer {
background: #000;
}
.icon-vector-expand-alt,
.icon-vector-collapse-alt {
cursor: pointer;
}
/*
We can't collapse the floating recipient bar yet, so this is
just a temporary hack.