mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Et2LinkEntry: Fix required color was not visible
This commit is contained in:
parent
e8c00a7d67
commit
405fe13242
@ -381,6 +381,7 @@ export class Et2LinkEntry extends Et2InputWidget(LitElement)
|
||||
@change=${this.handleAppChange}
|
||||
></et2-link-apps>
|
||||
<et2-link-search
|
||||
exportparts="combobox:control"
|
||||
?placeholder=${this.placeholder}
|
||||
?required=${this.required}
|
||||
?disabled=${this.disabled}
|
||||
|
@ -36,6 +36,7 @@
|
||||
--primary-color: #26537C;
|
||||
--primary-background-color: #4177a2;
|
||||
--highlight-background-color: rgba(153, 204, 255, .4);
|
||||
--required-background-color: #ffffd0;
|
||||
|
||||
--label-color: #000000;
|
||||
/* For fixed width labels - use class 'et2-label-fixed'*/
|
||||
|
Loading…
Reference in New Issue
Block a user