Use the correct font for the treeview.

REL-1_X
Sarah McAlear 2017-06-09 09:09:39 +01:00 committed by Dave Page
parent 73c6f1ca3b
commit ee4a847784
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,4 @@
.aciTree .aciTreeText {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
}

View File

@ -60,6 +60,7 @@
{% endfor %}
<link type="text/css" rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap.overrides.css') }}"/>
<link type="text/css" rel="stylesheet" href="{{ url_for('static', filename='css/aci_tree.overrides.css') }}"/>
<link type="text/css" rel="stylesheet" href="{{ url_for('static', filename='css/pgadmin.css') }}"/>
<link type="text/css" rel="stylesheet" href="{{ url_for('static', filename='css/pgadmin.style.css') }}"/>
{% block css_link %}{% endblock %}