1 . Select one patient
2. Create an encounter to the patient or else select past encounter
3. Patient/Client | Clinical | Group Attendance Form
4. Click on Add button
5. Click on Participants name text box no close option for generated popup window in both portal only
Actual result :
There is No close window option in openemr telemedicine application
Expected result :
Need close option in right cornor on top of popup window in openemr telemedicine application
@kamaleshsri,
We could view the close option in the mentioned screen as below.
Are you looking for this?
Thanks,
ViSolve
Hi folks,
The x-out close is reliant on style sheet(theme). I’ve noted in the past issues where some themes are missing the style. This is from style_light.css. I thought i’d put this style in the core css at one point but, maybe not. Try with different theme then report back. Also, escape will most times allow close.
div.closeDlgIframe { background: #ff5d5a; position: absolute; top: -12px; right: -12px; height: 25px; width: 25px; cursor: pointer; z-index: 10010; }
yes , I need red color close option button on the top of right cornor popup window
@kamaleshsri,
Hope @sjpadgett solution will help.
Thanks,
ViSolve