Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
d28aeedd
Commit
d28aeedd
authored
Oct 31, 2013
by
Andrew Nicols
Browse files
MDL-40975 Theme: Dim the modicon when an activity is disabled
parent
8d90aec2
Changes
1
Hide whitespace changes
Inline
Side-by-side
theme/bootstrapbase/less/moodle/course.less
View file @
d28aeedd
...
...
@@ -71,6 +71,15 @@
right: 0;
top: 0;
}
.activityinstance {
.dimmed {
img.activityicon {
opacity: 0.5;
filter: alpha(opacity=50);
}
}
}
}
.filler {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment