diff options
| author | Henry Jameson <me@hjkos.com> | 2023-11-01 21:53:50 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2023-11-01 21:53:50 +0200 |
| commit | b6a4b62058ca8e6a1a0f91aa23cf3cd78cd33009 (patch) | |
| tree | aa109b749d21dee68fae82d016c73e88380ec89a /src/components/settings_modal/admin_tabs/frontends_tab.scss | |
| parent | c99390e864ef4367e32813432ff236b2129bbf80 (diff) | |
add better indication that stuff is happening
Diffstat (limited to 'src/components/settings_modal/admin_tabs/frontends_tab.scss')
| -rw-r--r-- | src/components/settings_modal/admin_tabs/frontends_tab.scss | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/components/settings_modal/admin_tabs/frontends_tab.scss b/src/components/settings_modal/admin_tabs/frontends_tab.scss index e3e04bc6..420d20b3 100644 --- a/src/components/settings_modal/admin_tabs/frontends_tab.scss +++ b/src/components/settings_modal/admin_tabs/frontends_tab.scss @@ -3,6 +3,22 @@ padding: 0; } + .relative { + position: relative; + } + + .overlay { + position: absolute; + background: var(--bg); + // fix buttons showing through + z-index: 2; + opacity: 0.9; + top: 0; + bottom: 0; + left: 0; + right: 0; + } + dd { text-overflow: ellipsis; word-wrap: nowrap; |
