diff options
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"> |
