diff --git a/web/pgadmin/static/scss/_aci_tree.overrides.scss b/web/pgadmin/static/scss/_tree.overrides.scss similarity index 100% rename from web/pgadmin/static/scss/_aci_tree.overrides.scss rename to web/pgadmin/static/scss/_tree.overrides.scss diff --git a/web/pgadmin/static/scss/pgadmin.scss b/web/pgadmin/static/scss/pgadmin.scss index 58065fffe..8015668b7 100644 --- a/web/pgadmin/static/scss/pgadmin.scss +++ b/web/pgadmin/static/scss/pgadmin.scss @@ -21,7 +21,7 @@ $theme-colors: ( @import 'webcabin.pgadmin'; @import 'bootstrap.overrides'; @import 'backgrid.overrides'; -@import 'aci_tree.overrides'; +@import 'tree.overrides'; @import 'select2.overrides'; @import 'codemirror.overrides'; @import 'alert';