diff --git a/web/.editorconfig b/web/.editorconfig index f7e28ea..fb3c027 100644 --- a/web/.editorconfig +++ b/web/.editorconfig @@ -22,6 +22,9 @@ indent_size = 2 [*.css] indent_size = 2 +[*.scss] +indent_size = 2 + # Matches the exact file package.json [{package.json}] indent_size = 2 diff --git a/web/pgadmin/static/scss/_alertify.overrides.scss b/web/pgadmin/static/scss/_alertify.overrides.scss index 09cca7b..b20b5ca 100644 --- a/web/pgadmin/static/scss/_alertify.overrides.scss +++ b/web/pgadmin/static/scss/_alertify.overrides.scss @@ -281,8 +281,18 @@ } -.ajs-maximize { +.ajs-commands { + button { @extend .btn-secondary; outline: none !important; + } } +.wizard-header { + .ml-auto { + button { + @extend .btn-secondary; + outline: none !important; + } + } +}