-
-
Save ArslanKathia/24d324e538081a1784ade5e9db6e480a to your computer and use it in GitHub Desktop.
moodlemobileapp.css advanced
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
.bar-header { | |
background-color: #5069A1; | |
} | |
ion-side-menu li .item { | |
background-color: #313848; | |
border-color: #4F5865; | |
color: #BCC3CF; | |
} | |
ion-side-menu li.item { | |
border-color: #4F5865; | |
} | |
ion-side-menu li.item.item-divider { | |
background-color: #3E4755; | |
} | |
.ion-ionic { | |
color: orange; | |
} | |
.ion-home { | |
color: blue; | |
} | |
.ion-ios-bell { | |
color: yellow; | |
} | |
.ion-chatbox { | |
color: green; | |
} | |
.ion-calendar { | |
color: white; | |
} | |
.ion-folder { | |
color: purple; | |
} | |
.ion-earth { | |
color: maroon; | |
} | |
.ion-help-buoy { | |
color: orange; | |
} | |
.ion-gear-b { | |
color: dimgray; | |
} | |
.ion-log-out { | |
color: red; | |
} | |
.ion-ionic:before { | |
content: "\f3ea"; | |
} | |
.mm-site_mm_courses .tabs-icon-left { | |
background-color: #EBEFF8; | |
} | |
.mm-site_mm_courses section h2 span { | |
font-weight: bold; | |
} | |
/* 3.5 styles */ | |
.toolbar-background-md { | |
background: red; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment