summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorConnor Thomson <blumatrikz@gmail.com>2026-09-20 20:38:03 -0700
committerConnor Thomson <blumatrikz@gmail.com>2026-09-20 20:38:03 -0700
commit81cabf40f9063f72f04df9b720d7f0e25a185741 (patch)
tree8cc0b9379e60910b53a288582df421c38ff8c331 /html
parent5c39d7c268819c35f2f7bc25c53d5eeb53510851 (diff)
Style checkbox and more
Diffstat (limited to 'html')
-rwxr-xr-xhtml/account.html2
-rwxr-xr-xhtml/stylesheets.html2
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">