Skip to content

Instantly share code, notes, and snippets.

@pcolton
Last active December 22, 2015 12:18
Show Gist options
  • Save pcolton/6471193 to your computer and use it in GitHub Desktop.
Save pcolton/6471193 to your computer and use it in GitHub Desktop.
navigation-bar styling sample
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