Merge pull request #5772 from nextcloud/enh/noid/buttons

aio-interface: adjust design of buttons according Nextcloud Vue
This commit is contained in:
Simon L. 2024-12-20 11:23:40 +01:00 committed by GitHub
commit 42f3214c2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 49 additions and 15 deletions

View file

@ -1,7 +1,7 @@
<html>
<head>
<title>AIO</title>
<link rel="stylesheet" href="/style.css?v3" media="all" />
<link rel="stylesheet" href="/style.css?v4" media="all" />
<link rel="icon" href="/img/favicon.png">
<script type="text/javascript" src="forms.js"></script>
<script type="text/javascript" src="toggle-dark-mode.js"></script>