Muted style of "Hint:" message in Files sidebar and Control tab

This commit is contained in:
Gina Häußge 2015-02-24 14:15:33 +01:00
parent e9623fdc36
commit 478b4f9550
2 changed files with 2 additions and 2 deletions

View file

@ -60,6 +60,6 @@
<div class="bar" style="width: 0%"></div>
</div>
<div>
<small>{{ _('Hint: You can also drag and drop files on this page to upload them.') }}</small>
<small class="muted">{{ _('Hint: You can also drag and drop files on this page to upload them.') }}</small>
</div>
</div>

View file

@ -18,7 +18,7 @@
</div>
</div>
<div data-bind="visible: keycontrolPossible">
<small>{{ _("Hint: If you move your mouse over the picture, you enter keyboard control mode.") }}</small>
<small class="muted">{{ _("Hint: If you move your mouse over the picture, you enter keyboard control mode.") }}</small>
</div>
{% endif %}