Skip to content

Commit

Permalink
Tooltip arrow also needs to be white.
Browse files Browse the repository at this point in the history
  • Loading branch information
ugisozols committed May 10, 2014
1 parent 9aff808 commit 3d74889
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,7 @@ textarea:focus, input[type="text"]:focus, input[type="password"]:focus {
color: #000000;
background-color: #ffffff;
}

.tooltip.bottom .tooltip-arrow {
border-bottom-color: #ffffff;
}

0 comments on commit 3d74889

Please sign in to comment.