Commit 6a888c1c authored by Willard's avatar Willard

Fix typo, change delete button border

parent 179a729f
......@@ -33,7 +33,7 @@ button:active {
.button-delete {
background-color: #FF5555;
border: 2px solid #DD5555;
border: 1px solid #DD5555;
}
.button-delete:hover {
......
......@@ -17,7 +17,7 @@
<div class="list-info">
<span class="list-name">{{stall.name}}</span>
</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>
</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