Roundcube Skin Larry Import Contacts Dialog Has No Browse Button

Mindwatering Incorporated

Author: Tripp W Black

Created: 10/26/2021 at 09:08 PM

 

Category:
Linux
Other

Issue:
The Import contacts dialog shows a back button, and is missing the normal contacts import Browse button and instructions.

Solution:
Switching to the Elastic skin solves the problem, so the issue was deemed to be CSS related with the Larry skin.

Workaround within the Larry Skin:
Update the addressbook.min.css and the styles.min.css, and add some additional entries until the Roundcube Larry skin is fixed in the Github repository.

1. Locate the skin folder.
e.g. /var/lib/roundcube/skins/larry

$ sudo vi addressbook.min.css
Add the following to the end of the file:
<end>
<a>
#ui-id-1{min-height:15px;}#ui-id-1 > iframe:nth-child(1){max-width:100%;width:100%;height:100%}
<esc><w><q>

$ sudo vi style.min.css
Add the following to the end of file:
<end>
<a>
.ui-dialog{min-height:550px}.iframe{min-height:500px !important}#mainscreen{min-height:250px}
<esc><w><q>

This will make the dialog workable.



previous page