diff options
| author | ilotterytea <iltsu@alright.party> | 2025-06-23 19:34:35 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-06-23 19:34:35 +0500 |
| commit | 7b50348c8c0366f0ae83ffcf9a0caea9c2b0498a (patch) | |
| tree | 6940bbd8cff094468a9dfd0eac998ab33e5b2106 /public/static/style.css | |
| parent | 2762007f636d5e9c2abb186a7f857c2491db3dd5 (diff) | |
feat: favorite button
Diffstat (limited to 'public/static/style.css')
| -rw-r--r-- | public/static/style.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/public/static/style.css b/public/static/style.css index fbf33cf..51377a4 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -209,13 +209,15 @@ button[type=submit].fancy:hover { font-weight: bold; } -.tabs>.tab.disabled { +.tabs>.tab.disabled, +.tabs>.tab[show-disabled='true'] { background: var(--box-tab-background-dark); padding: 4px 8px; margin-bottom: -8px; } -.tabs>.tab.disabled:hover { +.tabs>.tab.disabled:hover, +.tabs>.tab[show-disabled='true']:hover { background: var(--box-tab-background-light); } |
