Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenOlat
Themebot
Commits
857bd4c9
Verified
Commit
857bd4c9
authored
Jan 03, 2022
by
Raphael Fetzer
👷
Browse files
Farbfeld nicht mehr readonly
parent
1ee9c9ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
857bd4c9
...
...
@@ -72,7 +72,7 @@
<label
class=
"col-md-4 control-label"
for=
"textinput"
>
Akzentfarbe
<br
/>
(für Überschriften, Links, Buttons)
</label>
<div
class=
"col-md-4"
>
<div
id=
"maincolor"
class=
"input-group colorpicker-component"
>
<input
type=
"text"
value=
"#4a8591"
class=
"form-control"
readonly
/>
<span
class=
"input-group-addon"
><i></i></span>
</div>
<div
id=
"maincolor"
class=
"input-group colorpicker-component"
>
<input
type=
"text"
value=
"#4a8591"
class=
"form-control"
maxlength=
"7"
/>
<span
class=
"input-group-addon"
><i></i></span>
</div>
<div
id=
"colorcontraststatus"
></div>
...
...
@@ -216,7 +216,7 @@
</div>
<script>
var
version
=
"
0.2
4
"
;
var
version
=
"
0.2
5
"
;
document
.
write
(
"
<script type='text/javascript' src='js/themebot.js?v=
"
+
version
+
"
'><
\
/script>
"
);
</script>
...
...
Write
Preview
Markdown
is supported
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