Last active
December 22, 2015 12:18
-
-
Save pcolton/6471193 to your computer and use it in GitHub Desktop.
navigation-bar styling sample
This file contains 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
navigation-bar { | |
color: blue; | |
background-color: lightblue; | |
} | |
navigation-bar title { | |
color: darkblue; | |
} | |
navigation-bar bar-button { | |
color: red; | |
} | |
navigation-bar bar-button { | |
background-color: linear-gradient(blue,red); | |
background-size: 10 30; | |
border-radius: 5; | |
} | |
navigation-bar back-bar-button { | |
background-color: linear-gradient(blue,yellow); | |
background-size: 30 30; | |
border-radius: 5; | |
shape: arrow-button-left; | |
content-edge-inset : 0 0 0 6; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment