Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pédagogies Multimodales
wikicolor
Commits
f2653ae8
Commit
f2653ae8
authored
Apr 05, 2020
by
Sylvain Coulange
Browse files
test 8
parent
10d052ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/coloriseur.html
View file @
f2653ae8
...
...
@@ -100,12 +100,12 @@
if
(
i
%
2
==
0
)
{
phonList
.
item
(
i
).
style
.
color
=
'
red
'
;
phonList
.
item
(
i
).
style
.
background
=
'
none
'
;
phonList
.
item
(
i
).
style
.
webkitTextFillColor
=
'
in
herit
'
;
phonList
.
item
(
i
).
style
.
webkitTextFillColor
=
'
in
itial
'
;
phonList
.
item
(
i
).
style
.
backgroundClip
=
'
unset
'
;
}
else
{
phonList
.
item
(
i
).
style
.
color
=
'
yellow
'
;
phonList
.
item
(
i
).
style
.
background
=
'
none
'
;
phonList
.
item
(
i
).
style
.
webkitTextFillColor
=
'
in
herit
'
;
phonList
.
item
(
i
).
style
.
webkitTextFillColor
=
'
in
itial
'
;
phonList
.
item
(
i
).
style
.
backgroundClip
=
'
unset
'
;
};
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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