Skip to content
Snippets Groups Projects
Commit 4dc0eca1 authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Improved activity navigation design.

parent beb41c81
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ Changes
### Unreleased
* 2018-02-08 - Improved activity navigation design.
* 2018-02-08 - Synchronized columns2.mustache with core changes.
* 2018-02-08 - Necessary changes because of renaming core/login.mustache to core/loginform.mustache.
* 2018-02-08 - Prepare compatibility for Moodle 3.4, no functionality change.
......
......@@ -466,6 +466,14 @@ body.loginbackgroundimage {
#intro:empty {
display: none;
}
/* Adjust the activity navigation buttons to suit to the topics navigation buttons. */
#next-activity-link,
#prev-activity-link {
background-color: $brand-primary;
padding: 4px 8px;
border-radius: 2px;
color: #fff;
}
/* If showsettingsincourse is enabled */
@if variable-exists(showsettingsincourse) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment