mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-30 12:33:52 -06:00
Fixed the path reference of load-node.gif which was referencing to vendor directory. Fixes #2646
This commit is contained in:
parent
2df4625ce0
commit
bff48e0b2d
@ -12,7 +12,7 @@
|
||||
}
|
||||
|
||||
.icon-server-connecting {
|
||||
background-image: url('{{ url_for('browser.static', filename='vendor/aciTree/image/load-node.gif')}}') !important;
|
||||
background-image: url('{{ url_for('static', filename='js/generated/img/load-node.gif')}}') !important;
|
||||
background-repeat: no-repeat;
|
||||
align-content: center;
|
||||
vertical-align: middle;
|
||||
@ -21,4 +21,4 @@
|
||||
|
||||
.change_password {
|
||||
padding-left: 7px;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user