Active
Project:
Omega
Version:
7.x-3.0-rc5
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Aug 2011 at 21:04 UTC
Updated:
18 Mar 2013 at 18:32 UTC
I came across a small problem in the omega-visuals.css
.pager li.pager-current {
background: #ddd url(../images/button.png) repeat-x;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1a1a1a), color-stop(1, #5a5a5a));
background: -moz-linear-gradient(top center, #1a1a1a 0%, #5a5a5a 100%);
color: #FFF;
outline: 0;
}This produces a dark background for the current pager button for webkit and moz browsers but a light background for IE. The graphic "button.png" is a light gradient. Since the text color is set to white it is practically unreadable in IE. The button.png needs to be a dark gradient.
Comments
Comment #1
marcoka commentedwhat version of ie. you know that this is css 3 and ie, that pile of crap, still supports not really css3
Comment #2
marcoka commentedComment #3
rfarm commentedI see the same problem with pager-current and I am viewing the problem in Internet Explorer 8
Comment #4
dicreat commentedI have the same problem in IE 9 (9.0.8112.16421)
Comment #5
sokrplare commentedAs a workaround I just dropped the following into my subtheme. Would be good if someone just does the little
button-current.pnggradient, but for now just used the darker color of the gradient.