mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
.ios and .md body class css structure
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
.navbar-container {
|
||||
background-color: #ff6600 !important;
|
||||
}
|
||||
.nav[mode=ios] ion-title {
|
||||
.md .nav ion-title {
|
||||
color: #fff !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<ion-nav [root]="root"></ion-nav>
|
||||
|
||||
<style>
|
||||
.nav[mode=ios] .navbar-container {
|
||||
.md .nav .navbar-container {
|
||||
background-color: #2FD9BB !important;
|
||||
}
|
||||
.nav[mode=ios] .navbar-title {
|
||||
.md .nav .navbar-title {
|
||||
color: #FDFEFE;
|
||||
}
|
||||
#tabs .tab-bar:before {
|
||||
|
||||
Reference in New Issue
Block a user