Skip to content

Commit

Permalink
Small fixes on templates: Missing (obsoleted) color name, Use monospa…
Browse files Browse the repository at this point in the history
…ce font.
  • Loading branch information
ikedas committed Jul 7, 2018
1 parent d6adceb commit cea714a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion default/web_tt2/css.tt2
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
22 changes: 20 additions & 2 deletions default/web_tt2/skinsedit.tt2
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit cea714a

Please sign in to comment.