Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
cea714a3
Commit
cea714a3
authored
Jul 07, 2018
by
IKEDA Soji
Browse files
Small fixes on templates: Missing (obsoleted) color name, Use monospace font.
parent
d6adcebc
Changes
2
Hide whitespace changes
Inline
Side-by-side
default/web_tt2/css.tt2
View file @
cea714a3
...
...
@@ -2486,7 +2486,7 @@ span.fa-stack i.fa-plus-circle {
.minicolors-theme-default .minicolors-input {
height: 2.4375rem;
padding-left: 2.5rem; /* LTR */
font-family: monospace, serif;
font-family:
'courier new',
monospace, serif;
}
[dir=rtl] .minicolors-theme-default .minicolors-input {
padding-left: 1px;
...
...
default/web_tt2/skinsedit.tt2
View file @
cea714a3
...
...
@@ -32,9 +32,11 @@
<input class="MainMenuLinks" type="submit" name="subaction_test"
value="[%|loc%]test this color in my session[%END%]" />
<input class="MainMenuLinks" type="submit" name="subaction_reset"
value="[%|loc%]reset colors in my session[%END%]" />
value="[%|loc%]reset colors in my session[%END%]"
[%~ UNLESS custom_css %] disabled="disabled"[% END %] />
<input class="MainMenuLinks" type="submit" name="subaction_install"
value="[%|loc%]Install my session colors in a new static CSS[%END%]" />
value="[%|loc%]Install my session colors in a new static CSS[%END%]"
[%~ UNLESS custom_css %] disabled="disabled"[% END %] />
</p>
<h3>
...
...
@@ -401,6 +403,22 @@
<div class="row" role="separator">
<hr />
</div>
<div class="row" role="row">
<div class="medium-2 columns show-for-medium" role="cell">
<label for="error_color">error_color</label>
</div>
<div class="small-6 medium-3 columns" role="cell">
<input type="text" class="colorPicker" id="error_color" name="error_color"
value="[% error_color %]" data-color="[% error_color %]"
disabled="dsabled" />
</div>
<div class="small-6 medium-7 columns" role="cell">
[%|loc%]deprecated[%END%]
</div>
</div>
<div class="row" role="separator">
<hr />
</div>
<div class="row" role="row">
<div class="medium-2 columns show-for-medium" role="cell">
<label for="selected_color">selected_color</label>
...
...
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