Uppercase input colors

master
Ben Moon 2016-08-06 18:24:08 +01:00
parent ceed3760a9
commit 31c3477122
2 changed files with 5 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<p class='no_vspace subtitle_prefix'>{{subtitle_prefix}} #:</p>
<p class='no_vspace'>
{{#each input_colors}}
<a href='{{colorPickerLink this.hex}}' class='tx-clr--lt'>{{this.hex}}</a>
<a href='{{colorPickerLink this.hex}}' class='tx-clr--lt input_color'>{{this.hex}}</a>
{{/each}}
</p>
</div>

View File

@ -61,6 +61,10 @@
text-transform: capitalize;
}
.zci--rgb_color .input_color {
text-transform: uppercase;
}
@media screen and (max-width: 420px) {
.zci--rgb_color .rgb_color--box {
width: 80px;