| Issue 2557: | Hover color / styles for a specific resource + day | |
| 1 person starred this issue and may be notified of changes. | Back to list |
I want to add a specific style to a 'cell' when someone hovers anywhere in the calendar that is within a resource row and day column. The way that the table is currently built is by stacking 2 tables together so that there are row styles and column styles, but I don't have any DOM element that I can give styles to that encompasses the square where they overlap.
I want to specifically have styles so that in my 'normal' mode, the cell would look something like this:
.cell:hover { cursor: cell; cursor: -moz-cell; background-color: green; }
And in another special mode (where the event would be copied), the cell would look something like this:
.cell:hover { cursor: alias; cursor: -moz-alias; background-color: orange; }
I've attached images of what I'm trying to achieve. I was able to do this styling before v2.
Aug 13, 2015
Project Member
#1
adamrs...@gmail.com
Status:
Invalid
|
|
| ► Sign in to add a comment |