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
mahara
mahara
Commits
15e6e978
Commit
15e6e978
authored
Oct 19, 2018
by
Roisin Pearson
Committed by
Robert Lyon
Oct 23, 2018
Browse files
Bug #1797827 Configurable theme displays correct colouring for timeline
Change-Id: I3ee4ccbc48b0394f6184bee8dfdf276de60f82cd
parent
213aeb0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/raw/templates/customcss.tpl
View file @
15e6e978
...
...
@@ -280,3 +280,24 @@ a.admin-site {
.custom-dropdown > ul > li > span {
background-color: #767676;
}
/* this is for the timeline */
.jtline .filling-line {
background-color:
{
$data.background
}
;
}
.no-touch .jtline .events a:hover::after,
.jtline .events a.selected::after {
background-color:
{
$data.background
}
;
border-color:
{
$data.background
}
;
}
.jtline .events a.older-event::after,
.no-touch .cd-timeline-navigation a:hover,
.no-touch .cd-timeline-navigation-second a:hover {
border-color:
{
$data.background
}
;
}
.cd-timeline-navigation a::after,
.cd-timeline-navigation-second a::after {
color:
{
$data.background
}
;
}
Mahara Bot
@maharabot
mentioned in commit
b77e761d
·
Oct 22, 2018
mentioned in commit
b77e761d
mentioned in commit b77e761d826679b92229e601e49d643e80de1011
Toggle commit list
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