Use the correct font for the treeview.
parent
73c6f1ca3b
commit
ee4a847784
|
@ -0,0 +1,4 @@
|
|||
.aciTree .aciTreeText {
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue