diff --git a/src/app/active-entities/active-entities.component.css b/src/app/active-entities/active-entities.component.css index dba5d1d..175776a 100644 --- a/src/app/active-entities/active-entities.component.css +++ b/src/app/active-entities/active-entities.component.css @@ -1,3 +1,8 @@ +.smaller-dropdown .p-inputtext +{ + font-size: 0.6rem; +} + .charging-status { position: absolute; left: 50%; @@ -61,13 +66,12 @@ .cdk-drag-preview { border-radius: 20px; border: 2px solid rgba(255, 255, 255, 0.73); + background-color: black; position: relative; transition: none; padding: 5px; box-sizing: border-box; - box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), - 0 8px 10px 1px rgba(0, 0, 0, 0.14), - 0 3px 14px 2px rgba(0, 0, 0, 0.12); + box-shadow: 10px 5px 25px rgba(255, 255, 255, 0.5); } .cdk-drag-placeholder { diff --git a/src/app/active-entities/active-entities.component.html b/src/app/active-entities/active-entities.component.html index 46c9671..8f6c354 100644 --- a/src/app/active-entities/active-entities.component.html +++ b/src/app/active-entities/active-entities.component.html @@ -3,7 +3,7 @@
+ (ngModelChange)="selectDashboard($event)" optionLabel="name" class="smaller-dropdown"> @@ -11,23 +11,24 @@   - Play activities : + Activities :
{{Helper.getEntityName(item)}}
- Add entities : + Entities :
{{Helper.getEntityName(item)}}
- + {{selectedRemote.remote_name}} ({{selectedRemote.address}}) No remote selected