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

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

@BruceJillis

Description

@BruceJillis

.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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions