// label with tooltip

This commit is contained in:
Kevin Granger
2013-11-12 10:43:52 +01:00
parent d7dd85d7d0
commit 5ca23d44a6
2 changed files with 4 additions and 3 deletions
@@ -7,9 +7,10 @@ label.control-label
label.control-label span.label-tooltip
text-decoration: none
font-size: 13px
background-color: darken($bg-content-color,5%)
color: #3586AE
background-color: lighten(#D8EDF7,5%)
border: none
border-bottom: solid 1px darken($bg-content-color,10%)
border-bottom: solid 1px #D8EDF7
padding: 0 5px
@include border-radius(3px)