mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-09 23:15:58 -06:00
Use the correct font for the treeview.
This commit is contained in:
parent
73c6f1ca3b
commit
ee4a847784
4
web/pgadmin/static/css/aci_tree.overrides.css
Normal file
4
web/pgadmin/static/css/aci_tree.overrides.css
Normal file
@ -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
Block a user