diff --git a/login.html b/login.html index 6ae3d6b74d49d437ac934d6ec5918c300973df92..541d9691cf2c57ab43251a110443619beecdc7cc 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