// label with tooltip
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user