Skip to content

Commit

Permalink
kiosk: enforce show button background to prevent text overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
streambinder committed Oct 12, 2021
1 parent 1c05d4f commit bb12a3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kiosk/assets/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ ul.event-list li div.event a.show {
text-transform: uppercase;
padding: 15px;
border-radius: 5px;
background-color: var(--darker-bg);
}

ul.event-list li div.event a.show:hover {
Expand Down

0 comments on commit bb12a3a

Please sign in to comment.