2017-10-26 21:46:06 +04:00

18 lines
567 B
Plaintext

.tooltipLabel {
background-color: @tooltip-label-background-color;
background-image: @tooltip-label-gradient;
border: @tooltip-label-border;
border-bottom-width: 0;
border-radius: 3px 3px 0 0;
box-shadow: @tooltip-label-box-shadow;
color: @tooltip-label-color;
font-size: @tooltip-label-font-size;
font-family : @tooltip-label-font-family;
height: 14px;
line-height: 14px;
padding: @tooltip-label-padding;
position: absolute;
text-shadow: @tooltip-label-text-shadow;
z-index: 100000;
overflow: hidden;
}