mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-19 17:38:06 +02:00
Et2LinkEntry: Fix required color was not visible
This commit is contained in:
parent
7ff70b75dd
commit
547fac56d0
@ -394,6 +394,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…
x
Reference in New Issue
Block a user