diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-20 20:38:03 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-20 20:38:03 -0700 |
| commit | 81cabf40f9063f72f04df9b720d7f0e25a185741 (patch) | |
| tree | 8cc0b9379e60910b53a288582df421c38ff8c331 /html | |
| parent | 5c39d7c268819c35f2f7bc25c53d5eeb53510851 (diff) | |
Style checkbox and more
Diffstat (limited to 'html')
| -rwxr-xr-x | html/account.html | 2 | ||||
| -rwxr-xr-x | html/stylesheets.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/html/account.html b/html/account.html index 251d33e..0a4da65 100755 --- a/html/account.html +++ b/html/account.html @@ -16,7 +16,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. --> -<div class="account"> +<div class="account-dropdown"> <input class="toggle" type="checkbox" id="account"> <label class="username" for="account">{{username}}</label> <div class="menu"> diff --git a/html/stylesheets.html b/html/stylesheets.html index 8c97095..4727f0f 100755 --- a/html/stylesheets.html +++ b/html/stylesheets.html @@ -26,4 +26,4 @@ <link rel="stylesheet" href="/css/{{device}}/input.css"> <link rel="stylesheet" href="/css/{{device}}/login.css"> <link rel="stylesheet" href="/css/{{device}}/navbar.css"> -<link rel="stylesheet" href="/css/{{device}}/dropdown.css"> +<link rel="stylesheet" href="/css/{{device}}/account-dropdown.css"> |
