From b799e2f08e07d96ae0338dd3e9f5bc02b25aff03 Mon Sep 17 00:00:00 2001 From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com> Date: Tue, 21 Jun 2022 19:06:12 -0700 Subject: [PATCH] test htmls --- login.html | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/login.html b/login.html index 6ae3d6b..541d969 100644 --- a/login.html +++ b/login.html @@ -50,8 +50,7 @@ img { height:auto; max-height:100%; } -/* Style the button that is used to open and close the collapsible content */ -.collapsible { +.collapsible-content { background-color: #eee; color: #444; cursor: pointer; @@ -61,11 +60,9 @@ img { text-align: left; outline: none; font-size: 15px; - } - - /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */ - .active, .collapsible:hover { - background-color: #ccc; - } + } +.active, .collapsible:hover { +background-color: #ccc; +} </style> {% endblock %} \ No newline at end of file -- GitLab