Problem/Motivation
In IE9 the dropbutton (for example used in node save button) is almost unreadable because of the lack of background color.
The root problem is that IE9 (and below) does not support background gradients.

Proposed resolution
Give a background-color as a fallback for IE. In the CSS rule
.js .form-actions .dropbutton-widget
The same bug was fixed some months ago for primary buttons #2236315: Missing color of primary buttons in Seven Theme
Remaining tasks
Review patch
User interface changes
it will affect only to Internet Explorer 9 and below.
API changes
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2401573-1-fix-dropbutton-ie9.patch | 588 bytes | corbacho |
| ie9.gif | 58.87 KB | corbacho |
Comments
Comment #1
corbacho commentedComment #2
lewisnymanSimple enough, thanks David. We should make sure we are adding fallback colours everywhere we use gradients.
Comment #3
idebr commentedSorry for the off-topic comment, but what software did you use to create a gif file like that?
Comment #4
webchickCommitted and pushed to 8.0.x. Thanks!
Comment #6
corbacho commentedthanks
@LewisNyman Good idea, I will double check
@idebr I use LICEcap