Skip to content

Commit

Permalink
fix: Styles
Browse files Browse the repository at this point in the history
  • Loading branch information
stormalinblue committed May 30, 2018
1 parent 625553e commit f093583
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/client/assets/styles/vote.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ q {
width: 10%;
opacity: 0.9;
background-color: rgba(100, 100, 100, 0.3);
cursor: pointer;
}

.thin-control:hover {
background-color: rgba(200, 200, 200, 0.6);
}

#lock {
Expand Down Expand Up @@ -100,6 +105,7 @@ q {

.carousel-indicators li {
background-color: rgba(200, 200, 200, 0.5);
cursor: pointer;
}

.carousel-indicators li.active {
Expand Down

0 comments on commit f093583

Please sign in to comment.