On the Review Cart screen in Ubercart neither the Back or Submit Button - buttons appear. The text links are there but difficult to read.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mrawat’s picture

I have the same problem. It's the same with the 'add to cart' buttons on the catalog grid.

I think it's a problem with the CSS not rendering the buttons. For some reason, it work fine in IE by not firefox and chrome.

mrawat’s picture

figured it out.

problem is with z-index in the style.css

i added 'z-index:2;' in the button styling and it seems to resolve the problem

PlanetPHP’s picture

I am having the same problem, which selector did you put this in?

milspec’s picture

Put that z-index: 2;

into the

a.Button .btn, button.Button .btn

{

}

technicalknockout’s picture

Status: Active » Needs review
FileSize
425 bytes

Just made a patch out from the comments above.

pokadan’s picture

Assigned: Unassigned » pokadan
pokadan’s picture

Status: Needs review » Closed (fixed)

Tested in Firefox, IE7, IE8, IE9 and works. I believe the risks of messing things in the theme because of this are small. I also believe this might make other non click-able buttons click-able. Therefore I will go ahead and commit this.