mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[AAE-6057] Customize text color in the header (#7325)
* [AAE-6057] Customize text color in the header * [AAE-6057] Updates documents * [AAE-6057] Use css variables to update header colors * Revert "[AAE-6057] Updates documents" This reverts commit 1915535c01b77c58d9a6d87bb242e04715bcbc6f. * [AAE-6057] Fix for css name change * [AAE-6057] Removing has-mat-color * [AAE-6057] Removing redundant tests
This commit is contained in:
@@ -26,6 +26,14 @@
|
||||
<p>*press enter for submitting new title</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label>Change header text color</label>
|
||||
<input type="text" name="headerColor" (keyup.enter)="submitHeaderTextColor($any($event).target.value)"
|
||||
placeholder="{{ 'APP_LAYOUT.HEADER_TEXT_COLOR' | translate}}">
|
||||
<p>*press enter for submitting new color text</p>
|
||||
<p>*hex color</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label>Change logo</label>
|
||||
<input type="text" placeholder="URL path" (keyup.enter)="submitLogo($any($event).target.value)">
|
||||
|
Reference in New Issue
Block a user