Skip to content

Commit

Permalink
Merge pull request #121 from isubit/LUGG-985
Browse files Browse the repository at this point in the history
LUGG-985 Fix visual bugs with flexslider
  • Loading branch information
angelamnr committed Jun 5, 2017
2 parents 88211a9 + 31212d9 commit 6b6ee79
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions css/suitcase.css
Original file line number Diff line number Diff line change
Expand Up @@ -1245,6 +1245,7 @@ ul.tabs.secondary img {
.flexslider {
margin: 0;
border: 0;
box-shadow: none;
}

.flexslider img { height: 100%; }
Expand Down Expand Up @@ -1282,6 +1283,19 @@ ul.tabs.secondary img {
z-index: 2;
}

.flex-control-paging li a {
color: #ffffff;
background: #616161;
}

.flex-control-paging li a.flex-active {
background: #cc0000;
}

.flex-pauseplay a {
line-height: 20px;
}

/* ---------------------------------------- */
/* ## PANELS
/* ---------------------------------------- */
Expand Down

0 comments on commit 6b6ee79

Please sign in to comment.