Created
January 22, 2013 19:57
-
-
Save pcolton/4597894 to your computer and use it in GitHub Desktop.
Custom back button styling for a UINavigation bar.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.myLeftNavButtons { | |
top : 6; | |
size : 115 31; | |
shape : arrow-button-left; | |
content-edge-inset : 0 0 0 6; | |
font-weight : regular; | |
font-size : 12px; | |
color : #ffffff; | |
border-radius : 3px; | |
background-color: linear-gradient(#215a88, #4d93dd); | |
border-width : 1px; | |
border-color : #212325; | |
box-shadow : inset 0 1px 0 rgba(101,177,232,0.9), | |
0 1px 0 rgba(255,255,255,0.1); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment