Ticket #240 (closed defect: fixed)
a:hover style definition changes too many background properties
| Reported by: | UdoBorkowski | Owned by: | UdoBorkowski |
|---|---|---|---|
| Priority: | undefined | Milestone: | 2.2 |
| Component: | core | Version: | |
| Severity: | medium | Keywords: | |
| Cc: |
Description
The style definition for a:hover should define the background color through "background-color", not through "background". The later will assign default values to the other background properties (e.g. background-position), thus overwriting concrete values possibly defined by other stylesheets.
a:hover{
background-color: [[ColorPalette::PrimaryMid]];
color: [[ColorPalette::Background]];
}
Change History
Note: See
TracTickets for help on using
tickets.
