docs(demos): change ripple color for weather card

This commit is contained in:
Drew Rygh
2015-10-28 10:41:59 -05:00
parent 655c6ffed7
commit 007f501a47

View File

@ -226,8 +226,12 @@ ion-card .advanced-weather-tabs tab-bar a span.tab-button-text {
body.md ion-card .advanced-weather-tabs tab-bar a span.tab-button-text { body.md ion-card .advanced-weather-tabs tab-bar a span.tab-button-text {
text-transform: uppercase; text-transform: uppercase;
} }
body.md tab-highlight { body.md .cards-bg tab-highlight {
background-color: #fff !important; background-color: #fff !important;
top: 0;
}
.cards-bg md-ripple {
background: #EBEDEF !important;
} }
ion-content ion-card ion-item.advanced-trans p { ion-content ion-card ion-item.advanced-trans p {