Skip to content
Snippets Groups Projects
Commit b799e2f0 authored by youngsuKim-CSUSB's avatar youngsuKim-CSUSB
Browse files

test htmls

parent 47f6184b
No related branches found
No related tags found
1 merge request!2Update login, page, spawn_pending
...@@ -50,8 +50,7 @@ img { ...@@ -50,8 +50,7 @@ img {
height:auto; height:auto;
max-height:100%; max-height:100%;
} }
/* Style the button that is used to open and close the collapsible content */ .collapsible-content {
.collapsible {
background-color: #eee; background-color: #eee;
color: #444; color: #444;
cursor: pointer; cursor: pointer;
...@@ -61,11 +60,9 @@ img { ...@@ -61,11 +60,9 @@ img {
text-align: left; text-align: left;
outline: none; outline: none;
font-size: 15px; font-size: 15px;
} }
.active, .collapsible:hover {
/* 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) */ background-color: #ccc;
.active, .collapsible:hover { }
background-color: #ccc;
}
</style> </style>
{% endblock %} {% endblock %}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment