Skip to content

Commit

Permalink
fixed missing arrows [closes arquivo/pwa-technologies#1207]
Browse files Browse the repository at this point in the history
  • Loading branch information
VascoRatoFCCN committed Jan 19, 2022
1 parent 52a7df5 commit 432a043
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions public/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,23 @@ body#homepage button#nav-options-right-button {
#replay-left-nav .accordion-replay-left-menu-day:after {
top: 5px;
}

#list-results-container a.accordion-replay-list:not(.active):after{
content: url(../img/button-a-down.svg);
float: right;
font-size: 0.9em;
position: relative;
font-weight: normal;
clear: both;
height: 0;
right: -28px;
top: -20px;
}

#list-results-container a.accordion-replay-list:not(.active):hover:after{
top: -18px;
}

.active:after {
content: url(../img/button-a-up.svg);
float: right;
Expand Down

0 comments on commit 432a043

Please sign in to comment.