Commit 6a888c1c authored by Willard's avatar Willard

Fix typo, change delete button border

parent 179a729f
...@@ -33,7 +33,7 @@ button:active { ...@@ -33,7 +33,7 @@ button:active {
.button-delete { .button-delete {
background-color: #FF5555; background-color: #FF5555;
border: 2px solid #DD5555; border: 1px solid #DD5555;
} }
.button-delete:hover { .button-delete:hover {
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<div class="list-info"> <div class="list-info">
<span class="list-name">{{stall.name}}</span> <span class="list-name">{{stall.name}}</span>
</div> </div>
<div class="list-infor"> <div class="list-info">
<a href="{{ url_for('stall', stall_id=stall.id) }}"><button class="list-button">Manage Stall</button></a> <a href="{{ url_for('stall', stall_id=stall.id) }}"><button class="list-button">Manage Stall</button></a>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment