diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-09-12 12:15:46 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-09-13 13:19:54 +0000 |
commit | 335964dc15380bc7e3190561d126165aa53bf30e (patch) | |
tree | 4791307d053a9a8f1b6785d70935f4083e3e3620 /core/css/public.css | |
parent | 10ad6e17f79095ea2f0e91013046b6d82f0c8038 (diff) | |
download | nextcloud-server-335964dc15380bc7e3190561d126165aa53bf30e.tar.gz nextcloud-server-335964dc15380bc7e3190561d126165aa53bf30e.zip |
Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'core/css/public.css')
-rw-r--r-- | core/css/public.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/public.css b/core/css/public.css index fa519f527e6..3e8ca2bbb34 100644 --- a/core/css/public.css +++ b/core/css/public.css @@ -12,6 +12,7 @@ #body-public .header-right #header-secondary-action #header-actions-toggle { background-color: transparent; border-color: transparent; + filter: var(--background-invert-if-dark); } #body-public .header-right #header-secondary-action #header-actions-toggle:hover, #body-public .header-right #header-secondary-action #header-actions-toggle:focus, #body-public .header-right #header-secondary-action #header-actions-toggle:active { opacity: 1; |