c9-core/plugins/c9.ide.layout.classic/less/tooltiplabel.less

18 wiersze
565 B
Plaintext

.tooltipLabel {
background-color: @tooltip-label-background-color;
.gradient(~"@{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;
}