Skip to content

Instantly share code, notes, and snippets.

@jleyva
Last active April 20, 2024 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jleyva/5d2f265a833a2122f3be to your computer and use it in GitHub Desktop.
Save jleyva/5d2f265a833a2122f3be to your computer and use it in GitHub Desktop.
moodlemobileapp.css advanced
.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