Skip to content

Instantly share code, notes, and snippets.

@diegorribeiro
Last active March 19, 2018 16:46
Show Gist options
  • Save diegorribeiro/21058b7aac102b8f37ae8f73ee1184f8 to your computer and use it in GitHub Desktop.
Save diegorribeiro/21058b7aac102b8f37ae8f73ee1184f8 to your computer and use it in GitHub Desktop.
Change moodlemobileapp.css advanced after choosing site
.bar-header {
background-color: #4F5865;
color: #313848;
}
ion-side-menu li .item {
background-color: #313848;
border-color: #4F5865;
color: #FFF;
}
ion-side-menu li .item:active {
background-color: #FFF;
border-color: #4F5865;
color: #4F5865;
}
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: #b2b2b2;
}
.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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment