Opened 13 years ago
Closed 13 years ago
#6622 closed task (fixed)
InlineEditBox: hover color looks like alert but isn't
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
- Problem: when user hovers over editable text field, the yellow background highlight color implies alert information; this is not the case.
- Recommendation: Change the "Clickable Region" from yellow to a light blue. Blue is used as a hover colour for active objects on the rest of the Tundra theme. (see recommended style specs)
Taken from IBM Design Leadership recommendations related email.
.tundra .dijitClickableRegion { background-color : #e2ebf2 !important; }
Note: See
TracTickets for help on using
tickets.
(In [13432]) InlineEditBox? look and feel: