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

Commit

Permalink
Merge pull request #3518 from TylerBenziger/1.0-stable
Browse files Browse the repository at this point in the history
Theme CSS Tokenized ui-icon-shadow for ThemeRoller
  • Loading branch information
gseguin committed Feb 1, 2012
2 parents 43f2ef6 + c486b12 commit 106ff2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/themes/default/jquery.mobile.theme.css
Expand Up @@ -1104,9 +1104,9 @@ a.ui-link-inherit {
box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
}
.ui-icon-shadow {
-moz-box-shadow: 0px 1px 0 rgba(255,255,255,.4);
-webkit-box-shadow: 0px 1px 0 rgba(255,255,255,.4);
box-shadow: 0px 1px 0 rgba(255,255,255,.4);
-moz-box-shadow: 0px 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
-webkit-box-shadow: 0px 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
box-shadow: 0px 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
}

/* Focus state - set here for specificity
Expand Down

0 comments on commit 106ff2a

Please sign in to comment.