#6429 closed task (fixed)
DateTextBox: do highlighting on hover
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit - LnF | Version: | 1.1.0 |
Keywords: | ibm | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
DateTextBox should have indication over the date currently hovered over.
Current:
New:
Proposed CSS:
.tundra .dijitCalendarCurrentMonth:hover { background-color:#e2ebf2 !important; }
Taken from IBM Design Leadership recommendations.
Attachments (2)
Change History (6)
Changed 14 years ago by
Attachment: | current.gif added |
---|
Changed 14 years ago by
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from nonken to bill |
That CSS won't work on IE because it only does highlighting on links, buttons, etc. but we can use that CSS.
comment:2 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 14 years ago by
Note: See
TracTickets for help on using
tickets.
new.gif