Your ROOT_URL in app.ini is https://bdgit.educoder.net/ but you are visiting http://bdgit.educoder.net/hushasha/aggregation-platform/src/commit/3a23cc0b79cd9625e1f0b6cb0f7e1d68e8843be3/plugins/developer/less/projectSelector.less You should set ROOT_URL correctly, otherwise the web may not work correctly.
aggregation-platform/plugins/developer/less/projectSelector.less

15 lines
214 B

.project-selector {
margin-top: 10px;
margin-bottom: 10px;
list-style-type: none;
a, a:hover {
color: #fff;
text-decoration: none;
font-size: 13px;
line-height: 21px;
}
}