Skip to content

Commit

Permalink
Fix for #33. Styled the arrow to match better with the Valo theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Kerola committed Jun 18, 2015
1 parent beef684 commit 1605036
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@
}

.v-popupbutton .v-popup-indicator:before {
font-size: 1.1em;
font-size: 0.7em;
font-family: FontAwesome;
content: '\f0d7'
content: '\f078';
vertical-align: 0.15em;
margin: 0 -0.2em 0 0.5em;
opacity: 0.5;
}

.popupbutton-legacy .v-popup-indicator:before {
content: ' '
content: ' ';
}

.v-popupbutton.v-disabled .v-popup-indicator {
Expand Down

0 comments on commit 1605036

Please sign in to comment.