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

15 wiersze
235 B
Plaintext

.label{
font-size: @label-font-size;
font-family: @label-font-family;
overflow: hidden;
cursor: default;
color : @label-color;
padding : 2px;
white-space : nowrap;
}
.labelDisabled{
color: #999;
}