diff --git a/static/src/less/account.less b/static/src/less/account.less new file mode 100644 index 0000000000000000000000000000000000000000..41a51dc6cb2156fffab4dce03deb0bdf5ed0f0b1 --- /dev/null +++ b/static/src/less/account.less @@ -0,0 +1,8 @@ +body.account-settings .account-settings, +body.account-password .account-password, +body.account-delete .account-delete { + z-index: 2; // Place active items above their siblings for proper border styling + color: @list-group-active-color; + background-color: @list-group-active-bg; + border-color: @list-group-active-border; +} \ No newline at end of file