Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

.ui-btn-up-c has different gradients #1999

Closed
BruceJillis opened this issue Jun 30, 2011 · 4 comments
Closed

.ui-btn-up-c has different gradients #1999

BruceJillis opened this issue Jun 30, 2011 · 4 comments
Assignees

Comments

@BruceJillis
Copy link

.ui-navbar .ui-btn-up-c {
...
background-image: -moz-linear-gradient(top, #FEFEFE, #EEE);
background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #FDFDFD), color-stop(1, #EEE));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FDFDFD', EndColorStr='#EEE')";
...
}

Note the FEFEFE / FDFDFD .. this will show different colors in different browsers. Perhaps this is intentional but I doubt it .. so I thought i'd mention it here.

@ghost ghost assigned toddparker Jun 30, 2011
@jgable
Copy link
Contributor

jgable commented Jul 5, 2011

I think that the EndColorStr in the -ms-filter will also need to be a full 6 characters and not the 3 character shorthand; #EEE should be #EEEEEE.

@toddparker
Copy link
Contributor

Anyone want to submit a quick pull for this?

@jgable
Copy link
Contributor

jgable commented Jul 6, 2011

I've added the changes to a seperate pull for this. The -ms-filter had already been fixed, and the style selector has changed to just .ui-btn-up-c .

@toddparker
Copy link
Contributor

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants